mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
Merge pull request #2427 from eliasnaur/remove-arrtype
Remove unused arrtype from package runtime
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