From 8f51eba3e2c5d231a61d4cfc842aa07e44c91b47 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 29 May 2012 16:44:34 -0600 Subject: [PATCH] compilation comment from irc --- firmware/common/max2837.c | 7 +++++++ 1 file changed, 7 insertions(+) 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