whoops forgot header file in last commit;

pull/39/head
Bryan Biedenkapp 3 years ago
parent 88f67ec7f5
commit f42b9f597c

@ -109,7 +109,7 @@ namespace network
const uint8_t NET_FUNC_PING = 0x74U; // Ping const uint8_t NET_FUNC_PING = 0x74U; // Ping
const uint8_t NET_FUNC_PONG = 0x75U; // Pong const uint8_t NET_FUNC_PONG = 0x75U; // Pong
const uint8_t NET_FUNC_GRANT = 0x7AU; // Grant Request const uint8_t NET_FUNC_GRANT_REQ = 0x7AU; // Grant Request
const uint8_t NET_FUNC_ACK = 0x7EU; // Packet Acknowledge const uint8_t NET_FUNC_ACK = 0x7EU; // Packet Acknowledge
const uint8_t NET_FUNC_NAK = 0x7FU; // Packet Negative Acknowledge const uint8_t NET_FUNC_NAK = 0x7FU; // Packet Negative Acknowledge

Loading…
Cancel
Save

Powered by TurnKey Linux.