From 8183016f1cb574d923c83eab468ca37617051d78 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Jun 2009 09:35:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1043 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/MSP430-MSP430x1611-GCC/board.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'demos') diff --git a/demos/MSP430-MSP430x1611-GCC/board.c b/demos/MSP430-MSP430x1611-GCC/board.c index d24bd29e2..2d5341beb 100644 --- a/demos/MSP430-MSP430x1611-GCC/board.c +++ b/demos/MSP430-MSP430x1611-GCC/board.c @@ -26,16 +26,16 @@ #include "msp430_serial.h" /* - * Digital I/O ports static configuration. + * Digital I/O ports static configuration as defined in @p board.h. */ static const MSP430DIOConfig config = { - {VAL_P1OUT, VAL_P1DIR}, - {VAL_P2OUT, VAL_P2DIR}, - {VAL_P3OUT, VAL_P3DIR}, - {VAL_P4OUT, VAL_P4DIR}, - {VAL_P5OUT, VAL_P5DIR}, - {VAL_P6OUT, VAL_P6DIR}, + {VAL_P1OUT, VAL_P1DIR}, + {VAL_P2OUT, VAL_P2DIR}, + {VAL_P3OUT, VAL_P3DIR}, + {VAL_P4OUT, VAL_P4DIR}, + {VAL_P5OUT, VAL_P5DIR}, + {VAL_P6OUT, VAL_P6DIR}, }; /* -- cgit v1.2.3