aboutsummaryrefslogtreecommitdiffstats
path: root/boards/ST_STM32F4_DISCOVERY/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/ST_STM32F4_DISCOVERY/board.h')
-rw-r--r--boards/ST_STM32F4_DISCOVERY/board.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/boards/ST_STM32F4_DISCOVERY/board.h b/boards/ST_STM32F4_DISCOVERY/board.h
index 2206ead85..fa3fa4a08 100644
--- a/boards/ST_STM32F4_DISCOVERY/board.h
+++ b/boards/ST_STM32F4_DISCOVERY/board.h
@@ -681,10 +681,10 @@
PIN_ODR_HIGH(GPIOD_PIN9) | \
PIN_ODR_HIGH(GPIOD_PIN10) | \
PIN_ODR_HIGH(GPIOD_PIN11) | \
- PIN_ODR_HIGH(GPIOD_LED4) | \
- PIN_ODR_HIGH(GPIOD_LED3) | \
- PIN_ODR_HIGH(GPIOD_LED5) | \
- PIN_ODR_HIGH(GPIOD_LED6))
+ PIN_ODR_LOW(GPIOD_LED4) | \
+ PIN_ODR_LOW(GPIOD_LED3) | \
+ PIN_ODR_LOW(GPIOD_LED5) | \
+ PIN_ODR_LOW(GPIOD_LED6))
#define VAL_GPIOD_AFRL (PIN_AFIO_AF(GPIOD_PIN0, 0) | \
PIN_AFIO_AF(GPIOD_PIN1, 0) | \
PIN_AFIO_AF(GPIOD_PIN2, 0) | \