diff options
Diffstat (limited to 'board/cmc_pu2/cmc_pu2.c')
-rw-r--r-- | board/cmc_pu2/cmc_pu2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/cmc_pu2.c b/board/cmc_pu2/cmc_pu2.c index e54ca9cc37..b5e5e28892 100644 --- a/board/cmc_pu2/cmc_pu2.c +++ b/board/cmc_pu2/cmc_pu2.c @@ -138,7 +138,7 @@ int hw_detect (void) pio->PIO_ODR = AT91C_PIO_PB12; pio->PIO_PPUDR = AT91C_PIO_PB12; pio->PIO_PER = AT91C_PIO_PB12; - + /* configure PB13 as input without pull up */ pio->PIO_ODR = AT91C_PIO_PB13; pio->PIO_PPUDR = AT91C_PIO_PB13; |