summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-16 19:16:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-16 19:16:57 +0000
commit4206c173f382c8e5a7aabcd491199df1bd44eadf (patch)
treee1cafeb5a0f0a37ddba7920576ec5ff4404be0d4 /nuttx/drivers
parent9b26924fbfabc53ef5736aa2b94912571a19ba4d (diff)
downloadpx4-nuttx-4206c173f382c8e5a7aabcd491199df1bd44eadf.tar.gz
px4-nuttx-4206c173f382c8e5a7aabcd491199df1bd44eadf.tar.bz2
px4-nuttx-4206c173f382c8e5a7aabcd491199df1bd44eadf.zip
Fix an error in LPC43xx clock configuratin that can cause fail to boot
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4945 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/dev_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/drivers/dev_null.c b/nuttx/drivers/dev_null.c
index e2c4c7ef7..c70370e1e 100644
--- a/nuttx/drivers/dev_null.c
+++ b/nuttx/drivers/dev_null.c
@@ -112,6 +112,7 @@ static int devnull_poll(FAR struct file *filp, FAR struct pollfd *fds,
sem_post(fds->sem);
}
}
+
return OK;
}
#endif