1
0
Fork 0
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:
borisbstyle 2016-10-09 00:52:44 +02:00 committed by GitHub
commit e289f354a6
2 changed files with 46 additions and 1 deletions

View file

@ -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 {