avoid compile error without iic sensors
This commit is contained in:
parent
5a79e0584f
commit
bf6efd1cd4
|
@ -6,6 +6,8 @@
|
|||
#include "GwHardware.h"
|
||||
#ifdef _GWIIC
|
||||
#include <Wire.h>
|
||||
#else
|
||||
class TwoWire;
|
||||
#endif
|
||||
|
||||
#define CFG_GET(name,prefix) \
|
||||
|
|
Loading…
Reference in New Issue