drivers/modem/altair/altmdm_sys.c: Fix modem/altair semaphore related compiler warning
This commit is contained in:
parent
0ee8241606
commit
91d483591d
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user