drivers/modem/altair/altmdm_sys.c: Fix modem/altair semaphore related compiler warning

This commit is contained in:
Xiang Xiao 2020-01-03 10:11:36 +08:00 committed by Gregory Nutt
parent 0ee8241606
commit 91d483591d
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,6 @@ CONFIG_SDCLONE_DISABLE=y
CONFIG_SMARTFS_ALIGNED_ACCESS=y
CONFIG_SMARTFS_MAXNAMLEN=30
CONFIG_SMARTFS_MULTI_ROOT_DIRS=y
CONFIG_SPI=y
CONFIG_SPRESENSE_EXTENSION=y
CONFIG_START_DAY=6
CONFIG_START_MONTH=12

View File

@ -40,6 +40,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/irq.h>
#include <nuttx/semaphore.h>
#include <signal.h>
#include "altmdm_dev.h"