diff options
Diffstat (limited to 'libgloss/m68k/leds.c')
-rw-r--r-- | libgloss/m68k/leds.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/m68k/leds.c b/libgloss/m68k/leds.c index b911237..9690476 100644 --- a/libgloss/m68k/leds.c +++ b/libgloss/m68k/leds.c @@ -15,6 +15,8 @@ */ #include "leds.h" +extern void delay(int); + /* * led_putnum -- print a hex number on the LED. the value of num must be a char with * the ascii value. ie... number 0 is '0', a is 'a', ' ' (null) clears |