2021-02-16 11:18:41 +01:00

11 lines
187 B
C

#include <stdint.h>
// on the W5500 there are eight ports available
const uint8_t DHCP_SOCK = 0;
const uint8_t SNTP_SOCK = 1;
const uint8_t DNS_SOCK = 2;
const uint8_t SINK_SOCK = 3;