mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Misc changes to get a clean compilation after incorporating all of Bob Doison's changes
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user