diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-12 14:22:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-12 14:22:48 +0000 |
commit | 792c06e58554c5ed4cb84e69fe4f6d9add173ec0 (patch) | |
tree | 235b9428826fd137cdb10a730a1a26c559f41233 /os/hal/platforms/STM32L1xx/stm32l1xx.h | |
parent | 3cdb6f6ed629b9fd98e6c490d77bdecf5cc34685 (diff) | |
download | ChibiOS-792c06e58554c5ed4cb84e69fe4f6d9add173ec0.tar.gz ChibiOS-792c06e58554c5ed4cb84e69fe4f6d9add173ec0.tar.bz2 ChibiOS-792c06e58554c5ed4cb84e69fe4f6d9add173ec0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3042 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/stm32l1xx.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/stm32l1xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/stm32l1xx.h b/os/hal/platforms/STM32L1xx/stm32l1xx.h index b9fd50aaf..88464e5da 100644 --- a/os/hal/platforms/STM32L1xx/stm32l1xx.h +++ b/os/hal/platforms/STM32L1xx/stm32l1xx.h @@ -191,7 +191,7 @@ typedef enum IRQn */
#include "core_cm3.h"
-#include "system_stm32l1xx.h"
+/*#include "system_stm32l1xx.h"*/
#include <stdint.h>
/** @addtogroup Exported_types
|