Add method to clear the systick value, that is undefined at startup.

This commit is contained in:
Frantisek Burian
2014-01-10 18:25:30 +01:00
parent 3c6e9fd56d
commit 5ba8b10428
2 changed files with 16 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ void systick_interrupt_disable(void);
void systick_counter_enable(void);
void systick_counter_disable(void);
uint8_t systick_get_countflag(void);
void systick_clear(void);
uint32_t systick_get_calib(void);