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:
@@ -24,9 +24,9 @@
|
||||
#include "m5484l.h"
|
||||
#endif
|
||||
|
||||
#define DRIVER_MEM_DEBUG
|
||||
//#define DBG_DM
|
||||
|
||||
#ifdef DRIVER_MEM_DEBUG
|
||||
#ifdef DBG_DM
|
||||
#define dbg(fmt, args...) xprintf(fmt, ##args)
|
||||
#else
|
||||
#define dbg(fmt, args...)
|
||||
|
||||
Reference in New Issue
Block a user