machine/atmega: bufferSize = 32

to save memory on 2k ram targets
also updates sizediff tool to show ram differences
This commit is contained in:
Yurii Soldak
2023-12-02 01:20:57 +01:00
committed by Ron Evans
parent 6420e90124
commit 2919fa8b14
3 changed files with 10 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
//go:build !atmega
package machine
const bufferSize = 128