Skip to content

Commit

Permalink
#94
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 22, 2021
1 parent 0cda4a8 commit 4feef3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eez/modules/psu/gui/psu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2522,12 +2522,12 @@ void data_is_mcu_revision_selected(DataOperationEnum operation, Cursor cursor, V

void doSwitchToR3B3() {
psu::persist_conf::setMcuRevision(MCU_REVISION_R3B3);
eez::reset();
eez::restart();
}

void doSwitchToR2B4() {
psu::persist_conf::setMcuRevision(MCU_REVISION_R2B4);
eez::reset();
eez::restart();
}

void action_show_select_mcu_revision_page() {
Expand Down

0 comments on commit 4feef3c

Please sign in to comment.