diff options
author | charlespick <charles.pickering19@gmail.com> | 2021-06-30 17:09:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 20:09:36 -0400 |
commit | ab8c571070506e037e00d28a1adb9a1ad9592aed (patch) | |
tree | a5643275e695ec35cf3838ece210bdd83306df2c /test/configs | |
parent | 430578957f37f42815ffea900cbc3459d6fd0888 (diff) | |
download | kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.tar.gz kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.tar.xz kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.zip |
test: Fix typos related to STM32F446 (#4444)
Signed-off-by: Charles Pickering <charles.pickering@live.com>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f446.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configs/stm32f446.config b/test/configs/stm32f446.config index c9ba1caf..52922864 100644 --- a/test/configs/stm32f446.config +++ b/test/configs/stm32f446.config @@ -1,3 +1,3 @@ -# Base config file for STM32F407 ARM processor +# Base config file for STM32F446 ARM processor CONFIG_MACH_STM32=y CONFIG_MACH_STM32F446=y |