X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=9a9421ddfcb2c3277af36d0f1a295afd36ac4853;hp=44a853d5ede5641d85ba1c1cd84c0aa236e43e87;hb=a653ba1562dc444e4be791e22264a89a3c6b4a19;hpb=8b09ba82bd3b82cfbe869408fc36e558550b9b69 diff --git a/firmware/lib/command.c b/firmware/lib/command.c index 44a853d..9a9421d 100644 --- a/firmware/lib/command.c +++ b/firmware/lib/command.c @@ -19,5 +19,5 @@ void txdata(unsigned char app, //! Delay for a count. void delay(unsigned int count){ volatile unsigned int i=count; - while(i--); + while(i--) asm("nop"); }