ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user