summaryrefslogtreecommitdiff
path: root/libhw_cr/rp2040_include/libhw/w5500.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-06 23:37:07 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 01:36:34 -0600
commit599c887d12d406296f356a02b1088f04ffe1f26e (patch)
treee2e4361fdcc8033ed02e3f144f66064e21793be8 /libhw_cr/rp2040_include/libhw/w5500.h
parentb46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (diff)
libcr_ipc: Have *_DECLARE() allow+require semicolons
Diffstat (limited to 'libhw_cr/rp2040_include/libhw/w5500.h')
-rw-r--r--libhw_cr/rp2040_include/libhw/w5500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw_cr/rp2040_include/libhw/w5500.h b/libhw_cr/rp2040_include/libhw/w5500.h
index 8db6a58..8dda1a1 100644
--- a/libhw_cr/rp2040_include/libhw/w5500.h
+++ b/libhw_cr/rp2040_include/libhw/w5500.h
@@ -17,7 +17,7 @@
#include <libhw/generic/net.h>
#include <libhw/generic/spi.h>
-CR_CHAN_DECLARE(_w5500_sockintr_ch, uint8_t)
+CR_CHAN_DECLARE(_w5500_sockintr_ch, uint8_t);
struct _w5500_socket {
BEGIN_PRIVATE(LIBHW_W5500_H);