drivers: fix few compiler warnings about nxsem_post

This commit is contained in:
Juha Niskanen 2017-11-10 07:50:05 -06:00 committed by Gregory Nutt
parent 585b04014f
commit 25c1f4407e
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@
#include <nuttx/lib/lib.h>
#include <nuttx/lib/xorshift128.h>
#include <nuttx/semaphore.h>
#include <nuttx/fs/fs.h>
#include <nuttx/drivers/drivers.h>
#include <nuttx/random.h>

View File

@ -41,10 +41,10 @@
#include <nuttx/config.h>
#include <stdbool.h>
#include <semaphore.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/semaphore.h>
#include <nuttx/fs/fs.h>
#include <nuttx/power/battery_charger.h>
#include <nuttx/power/battery_ioctl.h>