Skip to content

Commit af66252

Browse files
committed
Remove redefinition of MESH_DEBUG_PRINT/LN
1 parent b9f666b commit af66252

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

src/helpers/sensors/RAK12035_SoilMoisture.cpp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@
1818
*----------------------------------------------------------------------*/
1919

2020
#include "RAK12035_SoilMoisture.h"
21-
21+
#include <MeshCore.h>
2222
#include <Wire.h>
2323

24-
#if MESH_DEBUG && ARDUINO
25-
#include <Arduino.h>
26-
#define MESH_DEBUG_PRINT(F, ...) Serial.printf("DEBUG: " F, ##__VA_ARGS__)
27-
#define MESH_DEBUG_PRINTLN(F, ...) Serial.printf("DEBUG: " F "\n", ##__VA_ARGS__)
28-
#else
29-
#define MESH_DEBUG_PRINT(...) {}
30-
#define MESH_DEBUG_PRINTLN(...) {}
31-
#endif
24+
3225

3326
/*----------------------------------------------------------------------*
3427
* Constructor. *

0 commit comments

Comments
 (0)