mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fix missing 'platform.h' includes in compilation units, and make them stay away.
This commit is contained in:
parent
44a1dca99c
commit
fad7ee3464
40 changed files with 104 additions and 9 deletions
|
@ -30,6 +30,8 @@ Stripped down for BF use
|
|||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
/* Workaround a lack of optimization in gcc */
|
||||
float exp_cst1 = 2139095040.f;
|
||||
float exp_cst2 = 0.f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue