master/ethernet.c
branchstable-1.0
changeset 1623 05622513f627
parent 1621 4bbe090553f7
child 1624 9dc190591c0f
--- a/master/ethernet.c	Mon Jun 26 15:35:23 2006 +0000
+++ b/master/ethernet.c	Mon Jun 26 16:07:07 2006 +0000
@@ -47,6 +47,14 @@
 #include "mailbox.h"
 #include "ethernet.h"
 
+/**
+   Defines the debug level of EoE processing
+
+   0 = No debug messages.
+   1 = Output actions.
+   2 = Output actions and frame data.
+*/
+
 #define EOE_DEBUG_LEVEL 0
 
 /*****************************************************************************/