drivers/sensors/hdc1008: include signal.h
Fix implicit declaration warning of nxsig_usleep.
This commit is contained in:
parent
9fb130cdea
commit
1fe41381d5
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <nuttx/i2c/i2c_master.h>
|
||||
#include <nuttx/sensors/hdc1008.h>
|
||||
#include <nuttx/random.h>
|
||||
#include <nuttx/signal.h>
|
||||
|
||||
#if defined(CONFIG_I2C) && defined(CONFIG_SENSORS_HDC1008)
|
||||
|
||||
|
|
Loading…
Reference in a new issue