summaryrefslogtreecommitdiff
path: root/nuttx/examples/pashello/device.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-18 18:12:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-18 18:12:32 +0000
commit03f8a20959a56f7de21a0650b04f93621708893e (patch)
treecdd560bf070421d64ea5e81705999712de3398c2 /nuttx/examples/pashello/device.c
parent71b5c1f6b328bd39aa93b32ffa17ba0ec8817cc9 (diff)
downloadpx4-nuttx-03f8a20959a56f7de21a0650b04f93621708893e.tar.gz
px4-nuttx-03f8a20959a56f7de21a0650b04f93621708893e.tar.bz2
px4-nuttx-03f8a20959a56f7de21a0650b04f93621708893e.zip
Bringing examples/pashello back to life
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2388 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/pashello/device.c')
-rw-r--r--nuttx/examples/pashello/device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/examples/pashello/device.c b/nuttx/examples/pashello/device.c
index def8f60ec..5f0038ad7 100644
--- a/nuttx/examples/pashello/device.c
+++ b/nuttx/examples/pashello/device.c
@@ -69,7 +69,9 @@ static const struct file_operations hello_fops =
0, /* write */
0, /* seek */
0, /* ioctl */
+#ifndef CONFIG_DISABLE_POLL
0 /* poll */
+#endif
};
/****************************************************************************