summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/dm320_decodeirq.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-28 21:55:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-28 21:55:16 +0000
commitae5e2d8004affd8a0519de97a3c1ad700fa2b720 (patch)
treed6bc886b1d8c6772e245e715bb2676d95b8a9b78 /nuttx/arch/arm/src/dm320/dm320_decodeirq.c
parent489c78d7b6b14ca5b8eb7e2011c77599166a7894 (diff)
downloadpx4-nuttx-ae5e2d8004affd8a0519de97a3c1ad700fa2b720.tar.gz
px4-nuttx-ae5e2d8004affd8a0519de97a3c1ad700fa2b720.tar.bz2
px4-nuttx-ae5e2d8004affd8a0519de97a3c1ad700fa2b720.zip
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/dm320/dm320_decodeirq.c')
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_decodeirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/dm320/dm320_decodeirq.c b/nuttx/arch/arm/src/dm320/dm320_decodeirq.c
index c7032c4b1..98ba76097 100644
--- a/nuttx/arch/arm/src/dm320/dm320_decodeirq.c
+++ b/nuttx/arch/arm/src/dm320/dm320_decodeirq.c
@@ -74,7 +74,7 @@
void up_decodeirq(uint32_t* regs)
{
#ifdef CONFIG_SUPPRESS_INTERRUPTS
- lib_lowprintf("Unexpected IRQ\n");
+ lowsyslog("Unexpected IRQ\n");
current_regs = regs;
PANIC(OSERR_ERREXCEPTION);
#else