mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Moved time functions out of system.h into time.h
This commit is contained in:
parent
08638f1245
commit
23f158913e
123 changed files with 228 additions and 227 deletions
|
@ -21,12 +21,6 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
void systemInit(void);
|
||||
void delayMicroseconds(uint32_t us);
|
||||
void delay(uint32_t ms);
|
||||
|
||||
uint32_t micros(void);
|
||||
uint32_t microsISR(void);
|
||||
uint32_t millis(void);
|
||||
|
||||
typedef enum {
|
||||
FAILURE_DEVELOPER = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue