summaryrefslogtreecommitdiff
path: root/libhw_cr/w5500.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhw_cr/w5500.c')
-rw-r--r--libhw_cr/w5500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw_cr/w5500.c b/libhw_cr/w5500.c
index c318819..76b8dec 100644
--- a/libhw_cr/w5500.c
+++ b/libhw_cr/w5500.c
@@ -598,7 +598,7 @@ static lo_interface net_stream_conn w5500_tcplist_accept(struct _w5500_socket *s
break;
case STATE_TCP_ESTABLISHED:
socket->read_open = true;
- /* fall-through */
+ [[fallthrough]];
case STATE_TCP_CLOSE_WAIT:
socket->write_open = true;
return lo_box_w5500_tcp_as_net_stream_conn(socket);