diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-06 23:37:07 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-07 01:36:34 -0600 |
commit | 599c887d12d406296f356a02b1088f04ffe1f26e (patch) | |
tree | e2e4361fdcc8033ed02e3f144f66064e21793be8 /libhw_cr/rp2040_include/libhw/w5500.h | |
parent | b46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (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.h | 2 |
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); |