We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d0370 commit 7ab4b58Copy full SHA for 7ab4b58
1 file changed
Core/Src/config/leds_hard_fault.cpp
@@ -14,7 +14,7 @@ uint8_t hard_fault_leds_count =
14
15
#ifdef BOARD
16
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};
+uint16_t pins_hard_fault[] = {GPIO_PIN_5, GPIO_PIN_6, GPIO_PIN_7, GPIO_PIN_8};
18
// //don't touch the count
19
uint8_t hard_fault_leds_count =
20
(sizeof(ports_hard_fault) / sizeof(GPIO_TypeDef*) == sizeof(pins_hard_fault) / sizeof(uint16_t))
0 commit comments