MACRAW net stack, slog, load -target flag, LED blink, net_poll disabled pending SPI fix
This commit is contained in:
@@ -172,6 +172,7 @@ const net_state& net_get_state() {
|
||||
}
|
||||
|
||||
void net_poll() {
|
||||
if (w6300::get_socket_recv_buf(raw_socket) == 0) return;
|
||||
static uint8_t rx_buf[1518];
|
||||
w6300::ip_address dummy_addr = {};
|
||||
w6300::port_num dummy_port{0};
|
||||
|
||||
Reference in New Issue
Block a user