X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=d09683cbda345a1d7267385e6b497b7db0ae0d51;hp=00dd921ad7e21cca776f35312f9542f54c75d3d0;hb=a07ee5d1ce0e6c0f5e53a04afed88a96b323177a;hpb=0fb25630e9970a4e6d18e190c484f654490565b0 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index 00dd921..d09683c 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -1,5 +1,11 @@ -//GOODFET Main File -//Includes several applications. +/*! \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. +*/ + #include "platform.h" #include "command.h"