1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Updates as per iNav

This commit is contained in:
Martin Budden 2017-01-02 17:03:17 +00:00 committed by borisbstyle
parent 2aa89cf791
commit 1c08319ef9
5 changed files with 195 additions and 53 deletions

View file

@ -17,6 +17,9 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
void systemInit(void);
void delayMicroseconds(uint32_t us);
void delay(uint32_t ms);