Skip to content

Commit

Permalink
[FL-3213] f7: add PB9 to debug pins (#2738)
Browse files Browse the repository at this point in the history
Co-authored-by: hedger <[email protected]>
  • Loading branch information
skotopes and hedger authored Jun 6, 2023
1 parent 76c70bd commit b0555d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/targets/f7/furi_hal/furi_hal_resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const GpioPinRecord gpio_pins[] = {
/* Dangerous pins, may damage hardware */
{.pin = &gpio_usart_rx, .name = "PB7", .debug = true},
{.pin = &gpio_speaker, .name = "PB8", .debug = true},
{.pin = &gpio_infrared_tx, .name = "PB9", .debug = true},
};

const size_t gpio_pins_count = sizeof(gpio_pins) / sizeof(GpioPinRecord);
Expand Down

0 comments on commit b0555d9

Please sign in to comment.