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
-2
View File
@@ -64,8 +64,6 @@ const (
FLASH_OPTIONS = stm32.FLASH_ACR_ICEN | stm32.FLASH_ACR_DCEN | stm32.FLASH_ACR_PRFTEN
)
type arrtype = uint32
func init() {
initOSC() // configure oscillators
initCLK()