[mc1322x] Radio demos

Ian Martin martini at alum.mit.edu
Wed Oct 7 12:02:36 EDT 2009


On Wed, Oct 7, 2009 at 11:53 AM, Jon Smirl <jonsmirl at gmail.com> wrote:
> PRINTF isn't getting defined. Do you have some updates you need to
> push out into the repo?

Looks like there is a bug in route-discovery.c. Line 75 reads:
#define PRINTF(...) PRINTF(__VA_ARGS__)

I think the second printf should be in lowercase, e.g.:
#define PRINTF(...) printf(__VA_ARGS__)

-Ian



More information about the mc1322x mailing list