Skip to content

Commit c0873fa

Browse files
committed
[WiFi][Shell] Fix checks
1 parent 0623a7c commit c0873fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/lib/shell/commands/WiFi.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
#include <lib/shell/Engine.h>
2626
#include <platform/NetworkCommissioning.h>
2727

28-
using namespace chip::DeviceLayer::NetworkCommissioning;
29-
3028
namespace chip {
3129
namespace Shell {
3230

33-
void SetWiFiDriver(WiFiDriver * driver);
34-
WiFiDriver * GetWiFiDriver();
31+
void SetWiFiDriver(chip::DeviceLayer::NetworkCommissioning::WiFiDriver * driver);
32+
chip::DeviceLayer::NetworkCommissioning::WiFiDriver * GetWiFiDriver();
3533

3634
} // namespace Shell
3735
} // namespace chip

0 commit comments

Comments
 (0)