X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=738fab6271e306385082da670b4a643e839fdaac;hp=f585e4cd8bde289800e66ec53b4753de7713049e;hb=3e4369fde16445c994da1b1efb332704aad0716d;hpb=0fb25630e9970a4e6d18e190c484f654490565b0 diff --git a/firmware/lib/command.c b/firmware/lib/command.c index f585e4c..738fab6 100644 --- a/firmware/lib/command.c +++ b/firmware/lib/command.c @@ -31,6 +31,9 @@ void txdata(unsigned char app, } } +//Be very careful changing delay(). +//It was chosen poorly by trial and error. + //! Delay for a count. void delay(unsigned int count){ volatile unsigned int i=count;