Skip to content

Commit

Permalink
Guard raw/Ble usage with CONFIG_NETWORK_LAYER_BLE (project-chip#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 andrei-menzopol committed Apr 14, 2022
1 parent c2c693c commit e591e89
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 e591e89

Please sign in to comment.