ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1)

This commit is contained in:
iceman1001 2016-10-07 00:13:09 +02:00
commit d41efbf21b
2 changed files with 7 additions and 1 deletions

View file

@ -44,4 +44,5 @@ extern void WaitUS(uint16_t us);
extern void WaitMS(uint16_t ms);
extern void ResetTicks();
extern void ResetTimer(AT91PS_TC timer);
extern void StopTicks(void);
#endif