Fixes safe_delay() to be fully compatible with delay()
This commit is contained in:
parent
8e79e8cdb3
commit
226e74a438
3 changed files with 10 additions and 6 deletions
|
|
@ -20,4 +20,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
void safe_delay(uint16_t ms);
|
||||
#ifndef __UTILITY_H__
|
||||
#define __UTILITY_H__
|
||||
|
||||
void safe_delay(millis_t ms);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue