aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h')
-rw-r--r--os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h
index a37faf8dd..07a5d09bd 100644
--- a/os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h
+++ b/os/hal/boards/ST_STM32L4R9I_DISCOVERY/board.h
@@ -1347,7 +1347,7 @@
* PH1 - OSC_OUT (analog).
* PH2 - PIN2 (analog).
* PH3 - BOOT0 (input floating).
- * PH4 - LED LED_GREEN (output pushpull minimum).
+ * PH4 - LED LED_GREEN (output pushpull maximum).
* PH5 - PIN5 (analog).
* PH6 - PIN6 (analog).
* PH7 - PIN7 (analog).
@@ -1396,7 +1396,7 @@
PIN_OSPEED_VERYLOW(GPIOH_OSC_OUT) | \
PIN_OSPEED_VERYLOW(GPIOH_PIN2) | \
PIN_OSPEED_VERYLOW(GPIOH_BOOT0) | \
- PIN_OSPEED_VERYLOW(GPIOH_LED) | \
+ PIN_OSPEED_HIGH(GPIOH_LED) | \
PIN_OSPEED_VERYLOW(GPIOH_PIN5) | \
PIN_OSPEED_VERYLOW(GPIOH_PIN6) | \
PIN_OSPEED_VERYLOW(GPIOH_PIN7) | \
@@ -1428,7 +1428,7 @@
PIN_ODR_LOW(GPIOH_OSC_OUT) | \
PIN_ODR_LOW(GPIOH_PIN2) | \
PIN_ODR_LOW(GPIOH_BOOT0) | \
- PIN_ODR_LOW(GPIOH_LED) | \
+ PIN_ODR_HIGH(GPIOH_LED) | \
PIN_ODR_LOW(GPIOH_PIN5) | \
PIN_ODR_LOW(GPIOH_PIN6) | \
PIN_ODR_LOW(GPIOH_PIN7) | \