]> mj.ucw.cz Git - home-hw.git/blobdiff - lib/util.h
Debugging LED
[home-hw.git] / lib / util.h
index b06b6add070627072e181fbfb9d04bc793a06185..8aa02f438cbfdd1c59ef326aef0b1941c22f0cb2 100644 (file)
@@ -76,8 +76,11 @@ static inline void put_u32_le(byte *p, u32 x)
        p[0] = x & 0xff;
 }
 
-// debug.c
+// util-debug.c
 
 void debug_printf(const char *fmt, ...);
 void debug_puts(const char *s);
 void debug_putc(int c);
+
+void debug_led(bool light);
+void debug_led_toggle(void);