mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 16:23:07 +01:00
avoid compile error without iic sensors
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
#include "GwHardware.h"
|
#include "GwHardware.h"
|
||||||
#ifdef _GWIIC
|
#ifdef _GWIIC
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
|
#else
|
||||||
|
class TwoWire;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CFG_GET(name,prefix) \
|
#define CFG_GET(name,prefix) \
|
||||||
|
|||||||
Reference in New Issue
Block a user