Browse Source

fix missing include

MX 2 năm trước cách đây
mục cha
commit
f0bb543af7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      base_pack/ble_spam/protocols/_registry.h

+ 1 - 0
base_pack/ble_spam/protocols/_registry.h

@@ -3,6 +3,7 @@
 #include "continuity.h"
 #include "fastpair.h"
 #include "swiftpair.h"
+#include <stdbool.h>
 
 union BleSpamProtocolCfg {
     ContinuityCfg continuity;