Fixed registry typo introduced with STM32L432 support.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9918 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-11-19 11:09:50 +00:00
parent 1ab094fcaa
commit 6f0b5f95c3
1 changed files with 4 additions and 2 deletions

View File

@ -28,12 +28,13 @@
#if defined(STM32L432xx)
#define STM32L432xx
#elif defined(STM32F476xx)
#elif defined(STM32L476xx)
#define STM32L476xx
#else
#error "STM32L4xx device not specified"
#endif
/*===========================================================================*/
/* Platform capabilities. */
/*===========================================================================*/
@ -42,11 +43,12 @@
* @name STM32L4xx capabilities
* @{
*/
/*===========================================================================*/
/* STM32L432xx. */
/*===========================================================================*/
#if defined(STM32L432xx)
#if defined(STM32L432xx) || defined(__DOXYGEN__)
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE