diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-08-13 11:20:39 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-08-13 11:20:39 +0000 |
commit | cd06f9a246cf6c5d7009712d815dacf1632ffd64 (patch) | |
tree | 0b93bf4b412482f86085bcd92832e32d752e94b9 /demos/STM32/NIL-STM32L011K4-NUCLEO32 | |
parent | 11aa9fa5635fb6986b32b66e27fad3e097935cf0 (diff) | |
download | ChibiOS-cd06f9a246cf6c5d7009712d815dacf1632ffd64.tar.gz ChibiOS-cd06f9a246cf6c5d7009712d815dacf1632ffd64.tar.bz2 ChibiOS-cd06f9a246cf6c5d7009712d815dacf1632ffd64.zip |
Fixed Bug #870
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10411 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32L011K4-NUCLEO32')
-rw-r--r-- | demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h b/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h index 064707691..733485505 100644 --- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h +++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/mcuconf.h @@ -62,7 +62,6 @@ #define STM32_LPUART1SEL STM32_LPUART1SEL_APB
#define STM32_I2C1SEL STM32_I2C1SEL_APB
#define STM32_LPTIM1SEL STM32_LPTIM1SEL_APB
-#define STM32_HSI48SEL STM32_HSI48SEL_HSI48
/*
* ADC driver system settings.
|