mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
runtime: remove unused arrtype type aliases
The arrtype aliases are used in the machine package.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
package machine
|
||||
|
||||
// The type alias `arrtype` should be defined to either uint32 or uint16
|
||||
// depending on the size of that register in the MCU's TIM_Type structure.
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"runtime/interrupt"
|
||||
|
||||
Reference in New Issue
Block a user