diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-06 09:21:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-06 09:21:52 +0000 |
commit | 3814399a1a06326128db62ea521e0ce4eb3e79da (patch) | |
tree | 4f3900353513593ee26acc739182524f392a1b61 /os/hal/boards/ST_STM32L_DISCOVERY/board.h | |
parent | adb186c90adbf6ae1fc37bbc68673943286715bf (diff) | |
download | ChibiOS-3814399a1a06326128db62ea521e0ce4eb3e79da.tar.gz ChibiOS-3814399a1a06326128db62ea521e0ce4eb3e79da.tar.bz2 ChibiOS-3814399a1a06326128db62ea521e0ce4eb3e79da.zip |
Updated STM32L1xx ST header files and related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8166 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_STM32L_DISCOVERY/board.h')
-rw-r--r-- | os/hal/boards/ST_STM32L_DISCOVERY/board.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/boards/ST_STM32L_DISCOVERY/board.h b/os/hal/boards/ST_STM32L_DISCOVERY/board.h index 9bd47bee6..ccad0145c 100644 --- a/os/hal/boards/ST_STM32L_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32L_DISCOVERY/board.h @@ -27,7 +27,6 @@ #define BOARD_ST_STM32L_DISCOVERY
#define BOARD_NAME "ST STM32L-Discovery"
-
/*
* Board oscillators-related settings.
* NOTE: HSE not fitted.
@@ -45,7 +44,7 @@ /*
* MCU type as defined in the ST header file stm32l1xx.h.
*/
-#define STM32L1XX_MD
+#define STM32L152xB
/*
* IO pins assignments.
|