X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=6d721084e80e4c6035b910939064fe6958ec119f;hp=c5e35b561647fbace2a18e596ff33f7ccbf08baa;hb=ce0bba3cfbf4844bdce1f6984af24d1f78c347f1;hpb=d39e9b08dc3f689a6b6a53f73c0943385e053542 diff --git a/firmware/lib/command.c b/firmware/lib/command.c index c5e35b5..6d72108 100644 --- a/firmware/lib/command.c +++ b/firmware/lib/command.c @@ -1,9 +1,13 @@ +/*! \file command.c + \author Travis Goodspeed + + These functions manage command interpretation. +*/ + #include "command.h" #include "platform.h" #include -//! Different command handling functions. - unsigned char cmddata[256];