Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Jan 13, 2025
1 parent d18248d commit 65f52ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mem.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/usbarmory/tamago/dma"
)

// Override usbarmory pkg ramSize and `mem` allocation, as this application
// requires large DMA descriptors.
// Override standard memory allocation as this application requires large DMA
// descriptors.

//go:linkname ramSize runtime.ramSize
var ramSize uint32 = 0x10000000 // 256MB
Expand Down

0 comments on commit 65f52ff

Please sign in to comment.