added prototype for delay.

This commit is contained in:
Joel Sherrill
1997-04-07 21:26:34 +00:00
parent 3bc409ce61
commit 930b3d5c2d

View File

@@ -72,6 +72,7 @@ zylons()
{
unsigned char *leds = (unsigned char *)LED_ADDR;
unsigned char curled = 0xfe;
void delay( int );
while (1)
{