aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-10 19:26:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-10 19:26:40 +0000
commite4cdc96106cefcc970f4b06e7ffed1032e6db0d2 (patch)
tree410b4ef58ad138618d1a85d70b40c03e42618527 /os/hal/platforms/STM8L
parentc48b251d9100586a4a606ae5da65a43f7b6ee9d6 (diff)
downloadChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.tar.gz
ChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.tar.bz2
ChibiOS-e4cdc96106cefcc970f4b06e7ffed1032e6db0d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2344 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8L')
-rw-r--r--os/hal/platforms/STM8L/stm8l15x.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/os/hal/platforms/STM8L/stm8l15x.h b/os/hal/platforms/STM8L/stm8l15x.h
index 83d95b076..aaea0763f 100644
--- a/os/hal/platforms/STM8L/stm8l15x.h
+++ b/os/hal/platforms/STM8L/stm8l15x.h
@@ -71,7 +71,7 @@
/* Comment the line below if you will not use the peripherals drivers.
In this case, these drivers will not be included and the application code will be
based on direct access to peripherals registers */
- #define USE_STDPERIPH_DRIVER
+/* #define USE_STDPERIPH_DRIVER*/
#endif
/**
@@ -182,6 +182,8 @@
#define __O volatile /*!< defines 'write only' permissions */
#define __IO volatile /*!< defines 'read / write' permissions */
+/* Stupid thing to do...*/
+#if 0
/*!< Signed integer types */
typedef signed char int8_t;
typedef signed short int16_t;
@@ -191,6 +193,7 @@ typedef signed long int32_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned long uint32_t;
+#endif
/*!< STM8Lx Standard Peripheral Library old types (maintained for legacy purpose) */