Skip to content

Commit

Permalink
avoid compute before clock initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Sep 24, 2024
1 parent bd4eda9 commit 59363e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/src/APP/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ static void RunCalibration(void){
volatile stepCtrlError_t stepCtrlError = STEPCTRL_NO_POWER;
static void Begin_process(void)
{
update_actuator_parameters();

board_init(); //set up the pins correctly on the board.

update_actuator_parameters();

nonvolatile_begin();
validateAndInitNVMParams(); //systemParams init
app_upgrade_begin(); //eeprom rearangment manipulation between versions
Expand Down

0 comments on commit 59363e0

Please sign in to comment.