File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 85
85
#include " drivers/WipperSnapper_I2C_Driver_VL53L0X.h"
86
86
#include " drivers/WipperSnapper_I2C_Driver_VL53L1X.h"
87
87
#include " drivers/WipperSnapper_I2C_Driver_VL53L4CD.h"
88
+ #ifdef PALDevDataSet
89
+ #undef PALDevDataSet
90
+ #endif
88
91
#include " drivers/WipperSnapper_I2C_Driver_VL53L4CX.h"
89
92
#include " drivers/WipperSnapper_I2C_Driver_VL6180X.h"
90
93
Original file line number Diff line number Diff line change 17
17
#define WIPPERSNAPPER_I2C_DRIVER_OUT_SSD1306_H
18
18
19
19
#include " WipperSnapper_I2C_Driver_Out.h"
20
+ #ifdef BLACK
21
+ #undef BLACK
22
+ #endif
20
23
#include < Adafruit_SSD1306.h>
21
24
#include < Arduino.h>
22
25
@@ -163,4 +166,4 @@ class WipperSnapper_I2C_Driver_Out_Ssd1306
163
166
uint8_t _text_sz; // /< Text size of the display
164
167
};
165
168
166
- #endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SSD1306_H
169
+ #endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SSD1306_H
You can’t perform that action at this time.
0 commit comments