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 Mar 31, 2022
1 parent 963936a commit 1429540
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 1429540

Please sign in to comment.