mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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
|
@ -18,6 +18,8 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue