Skip to content

Commit 8709d44

Browse files
committed
Network: Fix comment
1 parent 7b53138 commit 8709d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Network.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ bool networkInterfaceHasInternet(NetIndex_t index)
11611161
if (index >= NETWORK_OFFLINE)
11621162
return false;
11631163

1164-
// Return the network interface state
1164+
// Determine if the interface has access to the internet
11651165
return (networkHasInternet_bm & (1 << index)) ? true : false;
11661166
}
11671167

0 commit comments

Comments
 (0)