mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
runtime: remove unused arrtype type aliases
The arrtype aliases are used in the machine package.
This commit is contained in:
@@ -8,9 +8,6 @@ package runtime
|
||||
// periodic interrupts at 100Hz (TICK_INTR_PERIOD_NS). The PWM counter
|
||||
// register is used for fine-grained resolution (down to ~150ns) with an
|
||||
// Output Comparator used for fine-grained sleeps.
|
||||
//
|
||||
// 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"
|
||||
|
||||
Reference in New Issue
Block a user