diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/stm32/stm32f4-altfunc-bitfields.go (renamed from src/device/stm32/stm32f407xx-altfunc-bitfields.go) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/device/stm32/stm32f407xx-altfunc-bitfields.go b/src/device/stm32/stm32f4-altfunc-bitfields.go index 809cb203e..8dca2bf28 100644 --- a/src/device/stm32/stm32f407xx-altfunc-bitfields.go +++ b/src/device/stm32/stm32f4-altfunc-bitfields.go @@ -1,7 +1,9 @@ -// These are the supported alternate function numberings on the stm32f407 -// +build stm32,stm32f407 +// Hand created file. DO NOT DELETE. +// STM32FXXX (except stm32f1xx) bitfield definitions that are not +// auto-generated by gen-device-svd.go +// +build stm32f4 -// Alternate function settings on the stm32f4xx series +// Alternate function settings on the stm32f4 series package stm32 |