mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
include/nuttx/sensors/hts221.h: Forward reference i2c_master to avoid
any warning. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
a59062f719
commit
4eb2b32310
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@
|
|||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct i2c_master_s; /* Forward reference */
|
||||
|
||||
/* Number of temperature samples */
|
||||
|
||||
typedef enum hts221_avrg_temp_e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue