mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-19 05:38:56 +01:00
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__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef enum {
|
||||
/* TODO define other commands */
|
||||
|
||||
Reference in New Issue
Block a user