From 37b50aaa4d70c03f8047ff9fb8b3f88ec885d01f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Sep 2009 15:44:14 +0000 Subject: [PATCH] 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 --- arch/arm/src/lm3s/lm3s_ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/lm3s/lm3s_ethernet.c b/arch/arm/src/lm3s/lm3s_ethernet.c index 21adc236a79..5d9e4b71155 100644 --- a/arch/arm/src/lm3s/lm3s_ethernet.c +++ b/arch/arm/src/lm3s/lm3s_ethernet.c @@ -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"