mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
2919fa8b14
to save memory on 2k ram targets also updates sizediff tool to show ram differences
6 lines
60 B
Go
6 lines
60 B
Go
//go:build !atmega
|
|
|
|
package machine
|
|
|
|
const bufferSize = 128
|