aboutsummaryrefslogtreecommitdiffstats
path: root/boards/OLIMEX_MSP430_P1611/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'boards/OLIMEX_MSP430_P1611/board.c')
-rw-r--r--boards/OLIMEX_MSP430_P1611/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/boards/OLIMEX_MSP430_P1611/board.c b/boards/OLIMEX_MSP430_P1611/board.c
index 558110376..405d0deb7 100644
--- a/boards/OLIMEX_MSP430_P1611/board.c
+++ b/boards/OLIMEX_MSP430_P1611/board.c
@@ -27,6 +27,7 @@
* @details Digital I/O ports static configuration as defined in @p board.h.
* This variable is used by the HAL when initializing the PAL driver.
*/
+#if HAL_USE_PAL || defined(__DOXYGEN__)
const PALConfig pal_default_config =
{
#if defined(__MSP430_HAS_PORT1__) || defined(__MSP430_HAS_PORT1_R__)
@@ -48,6 +49,7 @@ const PALConfig pal_default_config =
{VAL_P6OUT, VAL_P6DIR},
#endif
};
+#endif
CH_IRQ_HANDLER(TIMERA0_VECTOR) {