diff options
Diffstat (limited to 'os/hal/platforms/STM8/pal_lld.h')
-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];
|