From 1d1bbb25b5439583ba127acd00a26aaaeab02417 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Sep 2009 15:44:14 +0000 Subject: Use lldbg() instead of dbg() in interrupt level logic git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2054 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/arch/arm/src/lm3s/lm3s_ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/arm/src/lm3s/lm3s_ethernet.c') diff --git a/nuttx/arch/arm/src/lm3s/lm3s_ethernet.c b/nuttx/arch/arm/src/lm3s/lm3s_ethernet.c index 21adc236a7..5d9e4b7115 100644 --- a/nuttx/arch/arm/src/lm3s/lm3s_ethernet.c +++ b/nuttx/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" -- cgit v1.2.3