X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=cc6e6871a2ab705cf9784aa581d4fc10dae9014a;hp=9a9421ddfcb2c3277af36d0f1a295afd36ac4853;hb=3e900862cd87255c698e516c37078163ce343e77;hpb=af5f45117ebd63f829465cf209b4967b4051daaa diff --git a/firmware/lib/command.c b/firmware/lib/command.c index 9a9421d..cc6e687 100644 --- a/firmware/lib/command.c +++ b/firmware/lib/command.c @@ -15,7 +15,6 @@ void txdata(unsigned char app, } } - //! Delay for a count. void delay(unsigned int count){ volatile unsigned int i=count;