mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
correct compilation of SHT3X and QMP6988
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include "GwHardware.h"
|
||||
#ifdef GWQMP6988
|
||||
#include "GwQMP6988.h"
|
||||
#ifdef _GWQMP6988
|
||||
#include <math.h>
|
||||
#include "stdint.h"
|
||||
#include "stdio.h"
|
||||
#include "QMP6988.h"
|
||||
|
||||
// DISABLE LOG
|
||||
#define QMP6988_LOG(format...)
|
||||
|
||||
Reference in New Issue
Block a user