mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Merge pull request #1264 from jflyper/fix-micros-final
Fix micros using COUNTFLAG
This commit is contained in:
commit
e289f354a6
2 changed files with 46 additions and 1 deletions
|
@ -22,6 +22,7 @@ void delayMicroseconds(uint32_t us);
|
|||
void delay(uint32_t ms);
|
||||
|
||||
uint32_t micros(void);
|
||||
uint32_t microsISR(void);
|
||||
uint32_t millis(void);
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue