diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-26 12:37:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-26 12:37:35 +0000 |
commit | 17bc42e5dc7d5d983a2d108b8599639604f92ee0 (patch) | |
tree | 24500a2f9b8334fbd9e72178c15302be4e12bc7d /os | |
parent | 1ef97a2da260c0734e71ef6697072b270014696f (diff) | |
download | ChibiOS-17bc42e5dc7d5d983a2d108b8599639604f92ee0.tar.gz ChibiOS-17bc42e5dc7d5d983a2d108b8599639604f92ee0.tar.bz2 ChibiOS-17bc42e5dc7d5d983a2d108b8599639604f92ee0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2044 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM8/pal_lld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8/pal_lld.h b/os/hal/platforms/STM8/pal_lld.h index cd819e7ef..7f2fb2cd9 100644 --- a/os/hal/platforms/STM8/pal_lld.h +++ b/os/hal/platforms/STM8/pal_lld.h @@ -58,8 +58,7 @@ * or whole ports can be reprogrammed at later time.
*/
typedef struct {
-#if defined(STM8S207) || defined(STM8S208) || defined(STM8S105) || \
- defined(__DOXYGEN__)
+#if defined(STM8S105) || defined(__DOXYGEN__)
GPIO_TypeDef P[7];
#elif defined(STM8S207) || defined(STM8S208)
GPIO_TypeDef P[9];
|