Skip to content

Commit 3cbef28

Browse files
committed
Network: Fix display of network consumers
1 parent 0d2fe26 commit 3cbef28

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
@@ -1528,7 +1528,7 @@ void networkPrintStatus(uint8_t priority)
15281528
{
15291529
NetMask_t bitMask;
15301530
NETCONSUMER_MASK_t consumerMask;
1531-
NETCONSUMER_t consumers;
1531+
NETCONSUMER_MASK_t consumers;
15321532
bool highestPriority;
15331533
int index;
15341534
const char *name;

0 commit comments

Comments
 (0)