diff options
Diffstat (limited to 'libhw/w5500.c')
-rw-r--r-- | libhw/w5500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw/w5500.c b/libhw/w5500.c index a998ccf..08486d4 100644 --- a/libhw/w5500.c +++ b/libhw/w5500.c @@ -348,7 +348,7 @@ void _w5500_init(struct w5500 *chip, } } cr_enable_interrupts(); - coroutine_add(w5500_irq_cr, chip); + coroutine_add("w5500_irq", w5500_irq_cr, chip); } /* chip methods ***************************************************************/ |