mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
drivers/sgp30: add missing include
This commit is contained in:
parent
f0d0e62fbf
commit
3f882cb56d
@ -19,11 +19,11 @@
|
||||
*/
|
||||
#include <string.h>
|
||||
|
||||
#include "checksum/crc8.h"
|
||||
#include "irq.h"
|
||||
#include "sgp30.h"
|
||||
#include "sgp30_constants.h"
|
||||
#include "sgp30_params.h"
|
||||
|
||||
#include "checksum/crc8.h"
|
||||
#include "ztimer.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user