summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 10:38:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 10:38:08 -0600
commitbe67ba527fb3ff881e715e19d40ec1e40be4d523 (patch)
tree95d0270b388e47938d66a6802114a9c662eaa5bc /nuttx/drivers
parent3186036d92f495768edf903135ad737728e6a5b7 (diff)
downloadpx4-nuttx-be67ba527fb3ff881e715e19d40ec1e40be4d523.tar.gz
px4-nuttx-be67ba527fb3ff881e715e19d40ec1e40be4d523.tar.bz2
px4-nuttx-be67ba527fb3ff881e715e19d40ec1e40be4d523.zip
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/drivers/timer.c b/nuttx/drivers/timer.c
index e14159215..59a0ebf80 100644
--- a/nuttx/drivers/timer.c
+++ b/nuttx/drivers/timer.c
@@ -210,7 +210,6 @@ static int timer_close(FAR struct file *filep)
{
upper->crefs--;
}
-#warning "anythin uninit to do on last close?"
//sem_post(&upper->exclsem);
ret = OK;
@@ -466,7 +465,7 @@ static int timer_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
****************************************************************************/
FAR void *timer_register(FAR const char *path,
- FAR struct timer_lowerhalf_s *lower)
+ FAR struct timer_lowerhalf_s *lower)
{
FAR struct timer_upperhalf_s *upper;
int ret;