diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-06 16:21:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-06 16:21:01 +0000 |
commit | c62c5f50629f340eb3af59b0da2efea0ff7e8af5 (patch) | |
tree | 11251b3681e1b773dc1c7d8e2c428e96fa509849 /tools/ftl/processors | |
parent | 7837e18969ca04514e270a529e66fe2b31cf4b61 (diff) | |
download | ChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.tar.gz ChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.tar.bz2 ChibiOS-c62c5f50629f340eb3af59b0da2efea0ff7e8af5.zip |
STM32L433 added to STM32L4xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12537 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl/processors')
-rw-r--r-- | tools/ftl/processors/conf/mcuconf_stm32l432xx/mcuconf.h.ftl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32l432xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32l432xx/mcuconf.h.ftl index b1ff6bb8e..30c4e9bae 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32l432xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32l432xx/mcuconf.h.ftl @@ -44,6 +44,7 @@ #define STM32L4xx_MCUCONF
#define STM32L432_MCUCONF
+#define STM32L433_MCUCONF
/*
* HAL driver system settings.
|