Merge pull request #2427 from eliasnaur/remove-arrtype

Remove unused arrtype from package runtime
This commit is contained in:
kenbell
2021-12-28 19:18:35 +00:00
committed by GitHub
10 changed files with 3 additions and 19 deletions
+3
View File
@@ -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"