Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
robbederks committed Dec 13, 2022
1 parent b53f2ef commit 72cd407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion board/boards/tres.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void tres_init(void) {
set_gpio_alternate(GPIOC, 11, GPIO_AF4_I2C5);
register_set_bits(&(GPIOC->OTYPER), GPIO_OTYPER_OT10 | GPIO_OTYPER_OT11); // open drain
fake_siren_init();
// set_gpio_mode(GPIOA, 4, MODE_ALTERNATE); // Needed?
}

const board board_tres = {
Expand Down

0 comments on commit 72cd407

Please sign in to comment.