Skip to content

Commit

Permalink
Bugfix: update timer0 after loading config.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwenmin committed Oct 7, 2019
1 parent 50d5ce4 commit ece2f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ void load_config() {
}

_runtime_cw_ems = wpm2ems(_config.speed_wpm);

update_timer0();
}

void save_config() {
Expand Down

0 comments on commit ece2f64

Please sign in to comment.