Add missing stdbool.h include to rom_iap.h.

Fixes a clang-tidy error.
This commit is contained in:
Martin Ling
2022-07-07 10:43:49 +01:00
parent 44ebd5a6ff
commit 55bea828ea

View File

@ -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 */