runtime: remove unused arrtype type aliases

The arrtype aliases are used in the machine package.
This commit is contained in:
Elias Naur
2021-12-23 22:07:49 +01:00
parent c35ce761aa
commit a6837f05a4
10 changed files with 3 additions and 19 deletions
-3
View File
@@ -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"