diff --git a/firmware/common/max2837.c b/firmware/common/max2837.c index 8c697b7b..d2b11b81 100644 --- a/firmware/common/max2837.c +++ b/firmware/common/max2837.c @@ -1,3 +1,10 @@ +/* + * 'gcc -DDEBUG -O2 -o test max2837.c' prints out what test program + * would do if it had a real spi library + * + * 'gcc -DBUS_PIRATE -O2 -o test max2837.c' prints out bus pirate commands to + * do the same thing. + */ #include #include "max2837.h" #include "max2837_regs.def" // private register def macros