Use lldbg() instead of dbg() in interrupt level logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
42b921e42b
commit
37b50aaa4d
@ -1306,7 +1306,7 @@ static inline int lm3s_ethinitialize(int intf)
|
||||
|
||||
/* Check if the Ethernet module is present */
|
||||
|
||||
nlldbg("Setting up eth%d\n", intf);
|
||||
ndbg("Setting up eth%d\n", intf);
|
||||
|
||||
#if LM3S_NETHCONTROLLERS > 1
|
||||
# error "This debug check only works with one interface"
|
||||
|
Loading…
Reference in New Issue
Block a user