mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Removed #includes from header files and other betaflight catchups
This commit is contained in:
parent
f440eadc03
commit
19ab505e6a
80 changed files with 174 additions and 117 deletions
|
@ -5,6 +5,13 @@
|
|||
http://www.st.com/software_license_agreement_liberty_v2
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "stm32f30x.h"
|
||||
#include "rcc.h"
|
||||
#include "timer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue