mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
AP_Common: include stdbool.h for ARM
This commit is contained in:
parent
d6b00bd848
commit
ac8fcd5b23
@ -16,6 +16,7 @@
|
||||
#define __AP_COMMON_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#pragma GCC diagnostic warning "-Wall"
|
||||
#pragma GCC diagnostic warning "-Wextra"
|
||||
|
Loading…
Reference in New Issue
Block a user