Skip to content

Commit b9f0edd

Browse files
Update targets/ESP32/_nanoCLR/System.Device.Wifi/sys_dev_wifi_native_System_Device_Wifi_WifiAdapter.cpp
Co-authored-by: José Simões <jose.simoes@eclo.solutions>
1 parent 0761b01 commit b9f0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/ESP32/_nanoCLR/System.Device.Wifi/sys_dev_wifi_native_System_Device_Wifi_WifiAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HRESULT Library_sys_dev_wifi_native_System_Device_Wifi_WifiAdapter::NativeSetDev
3131
const char *hostname = stack.Arg1().RecoverString();
3232
FAULT_ON_NULL(hostname);
3333

34-
// Optional: ensure this adapter index is valid
34+
// Get adapter index to check it's valid.
3535
int netIndex;
3636
NANOCLR_CHECK_HRESULT(GetNetInterfaceIndex(stack, &netIndex));
3737

0 commit comments

Comments
 (0)