diff options
author | gdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-10-06 11:10:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2018-10-06 11:10:15 +0000 |
commit | 191a9c5ac61e0e65a01cdac84378b888b8d17448 (patch) | |
tree | 260edce1d79b81d62c5a58b39ee091a22b294244 /testex | |
parent | 274e313ed3e0b7d120fbd2934c779fc3f5f07e4c (diff) | |
download | ChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.tar.gz ChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.tar.bz2 ChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.zip |
Increaded device coverage of some mcuconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12340 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex')
-rw-r--r-- | testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h b/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h index c1b342380..302bbdb1d 100644 --- a/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h +++ b/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF
#define STM32L476_MCUCONF
+#define STM32L486_MCUCONF
/*
* HAL driver system settings.
|