Skip to content

Commit

Permalink
fix(ble): added missing sdkconfig include
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Mar 8, 2024
1 parent 8dbf40f commit a0b4c7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ble_gatt_server/include/ble_gatt_server.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <sdkconfig.h>

#include <ctime>
#include <functional>
#include <mutex>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <sdkconfig.h>

#if CONFIG_BT_NIMBLE_ENABLED || defined(_DOXYGEN_)

#include "NimBLEDevice.h"
Expand Down
2 changes: 2 additions & 0 deletions components/hid_service/include/hid_service.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <sdkconfig.h>

#include <atomic>
#include <chrono>
#include <functional>
Expand Down

0 comments on commit a0b4c7d

Please sign in to comment.