1
0
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:
Marian Buschsieweke 2022-09-26 18:53:05 +02:00
parent f0d0e62fbf
commit 3f882cb56d
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -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