mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
avr: use i16 for lengths
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// +build avr
|
||||
|
||||
package runtime
|
||||
|
||||
const GOARCH = "avr"
|
||||
|
||||
// The length type used inside strings and slices.
|
||||
type lenType uint16
|
||||
|
||||
// The bitness of the CPU (e.g. 8, 32, 64).
|
||||
const TargetBits = 8
|
||||
Reference in New Issue
Block a user