Skip to content

Commit

Permalink
[SC64][SW] Fixed CIC region detection delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Feb 15, 2023
1 parent 740114c commit fc85caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/controller/src/cic.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ void cic_task (void) {

cic_write_id(region);

hw_tim_setup(TIM_ID_CIC, 100, cic_write_id_failed);
hw_tim_setup(TIM_ID_CIC, 500, cic_write_id_failed);
cic_write_seed();
hw_tim_stop(TIM_ID_CIC);

Expand Down

0 comments on commit fc85caf

Please sign in to comment.