Skip to content

Commit

Permalink
cuatro: enable SOM reset
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 22, 2024
1 parent 8dc5435 commit 4ca9905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/boards/cuatro.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ static void cuatro_set_fan_enabled(bool enabled) {

static void cuatro_set_bootkick(BootState state) {
set_gpio_output(GPIOA, 0, state != BOOT_BOOTKICK);
// only use if we have to
//set_gpio_output(GPIOC, 12, state != BOOT_RESET);
// TODO: confirm we need this
set_gpio_output(GPIOC, 12, state != BOOT_RESET);
}

static void cuatro_set_amp_enabled(bool enabled){
Expand Down

0 comments on commit 4ca9905

Please sign in to comment.