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