Add missing stdbool.h include to rom_iap.h.
Fixes a clang-tidy error.
This commit is contained in:
@ -23,6 +23,7 @@
|
|||||||
#define __ROM_IAP__
|
#define __ROM_IAP__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
/* TODO define other commands */
|
/* TODO define other commands */
|
||||||
|
Reference in New Issue
Block a user