Skip to content

Commit 7ab4b58

Browse files
committed
Fixed hard fault LEDs
1 parent 68d0370 commit 7ab4b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Src/config/leds_hard_fault.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uint8_t hard_fault_leds_count =
1414

1515
#ifdef BOARD
1616
GPIO_TypeDef* ports_hard_fault[] = {GPIOG, GPIOG, GPIOG, GPIOG};
17-
uint16_t pins_hard_fault[] = {GPIO_PIN_13, GPIO_PIN_12, GPIO_PIN_11, GPIO_PIN_10};
17+
uint16_t pins_hard_fault[] = {GPIO_PIN_5, GPIO_PIN_6, GPIO_PIN_7, GPIO_PIN_8};
1818
// //don't touch the count
1919
uint8_t hard_fault_leds_count =
2020
(sizeof(ports_hard_fault) / sizeof(GPIO_TypeDef*) == sizeof(pins_hard_fault) / sizeof(uint16_t))

0 commit comments

Comments
 (0)