Skip to content

Commit

Permalink
Guard raw/Ble usage with CONFIG_NETWORK_LAYER_BLE (#16651)
Browse files Browse the repository at this point in the history
* Guard raw/Ble usage with CONFIG_NETWORK_LAYER_BLE

* Guard raw/Ble usage with CONFIG_NETWORK_LAYER_BLE
  • Loading branch information
wendythewan authored and pull[bot] committed Jul 21, 2023
1 parent 37b5b6c commit 5286057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/server/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
#include <transport/SessionManager.h>
#include <transport/TransportMgr.h>
#include <transport/TransportMgrBase.h>
#if CONFIG_NETWORK_LAYER_BLE
#include <transport/raw/BLE.h>
#endif
#include <transport/raw/UDP.h>

namespace chip {
Expand Down

0 comments on commit 5286057

Please sign in to comment.