Skip to content
Snippets Groups Projects
Commit ed45c5cf authored by Laia Freixas Mateu's avatar Laia Freixas Mateu
Browse files

Added an extra delay at the initialization process (2 seconds) to allow enough...

Added an extra delay at the initialization process (2 seconds) to allow enough time to the expansion board to read the data stored into the EEPROM memory.
parent 3474b20f
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ int16_t main(void)
sei();
/* call the user initialization function */
manager_init(18);
_delay_ms(2000);
exp_board_init(EXP_BOARD_ID);
user_init();
// turn BAT_LED on to indicate the initialization is done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment