networking works (sort of). For some reason, the Firebee packets don't cross my switch (or only very few of them do). If I put a Linux box in between (cross cable), using it as router, everything works flawlessly.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "MCF5475.h"
|
||||
#include "interrupts.h"
|
||||
|
||||
#define DBG_TMR
|
||||
//#define DBG_TMR
|
||||
#ifdef DBG_TMR
|
||||
#define dbg(format, arg...) do { xprintf("DEBUG: " format, ##arg); } while (0)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user