Skip to content

Commit

Permalink
Update libopencm3
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Aug 26, 2014
1 parent 635d429 commit ac16a09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/libopencm3
Submodule libopencm3 updated 459 files
2 changes: 1 addition & 1 deletion firmware/startup_systick/startup_systick.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void systick_setup(void)
__asm__("cpsid i");

/* Set processor Clock as Source Clock */
systick_set_clocksource(STK_CTRL_CLKSOURCE);
systick_set_clocksource(STK_CSR_CLKSOURCE);

/* Get SysTick calibration value to obtain by default 1 tick = 10ms */
systick_reload_val = systick_get_calib();
Expand Down
2 changes: 1 addition & 1 deletion firmware/startup_systick_perfo/startup_systick.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void systick_setup(void)
__asm__("cpsid i");

/* Set processor Clock as Source Clock */
systick_set_clocksource(STK_CTRL_CLKSOURCE);
systick_set_clocksource(STK_CSR_CLKSOURCE);

/* Get SysTick calibration value to obtain by default 1 tick = 10ms */
systick_reload_val = systick_get_calib();
Expand Down

0 comments on commit ac16a09

Please sign in to comment.