X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=c310c0c8e2dfbd54c9eaaf3bb6d3c31c3c4f8de3;hp=bf63b1384a5add69f1ef5bd3e5ea3b165f281d81;hb=fa5713a93ff59ebdd126f5b7914a96b5030b32fb;hpb=ce0bba3cfbf4844bdce1f6984af24d1f78c347f1 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index bf63b13..c310c0c 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -1,5 +1,6 @@ /*! \file goodfet.c \author Travis Goodspeed + \brief Main module. This is the main module of the GoodFET, which calls the initialization routines and delegates commands to the various applications. @@ -35,6 +36,7 @@ void init(){ void handle(unsigned char app, unsigned char verb, unsigned char len){ + //debugstr("GoodFET"); switch(app){ case MONITOR: monitorhandle(app,verb,len);