mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53: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 = 128
|
||||
Reference in New Issue
Block a user