mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 12:33:42 +00:00
machine/atmega: bufferSize = 32
to save memory on 2k ram targets also updates sizediff tool to show ram differences
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build atmega
|
||||
|
||||
package machine
|
||||
|
||||
const bufferSize = 32
|
||||
Reference in New Issue
Block a user