mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33:40 +00:00
runtime: remove unused arrtype type aliases
The arrtype aliases are used in the machine package.
This commit is contained in:
@@ -26,8 +26,6 @@ const (
|
||||
PLL_Q = 7 // USB OTS FS, SDIO and RNG Clock = PLL_VCO / PLL_Q
|
||||
)
|
||||
|
||||
type arrtype = uint32
|
||||
|
||||
func init() {
|
||||
initCLK()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user