We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710edb4 commit bc2f848Copy full SHA for bc2f848
src/current_sense/hardware_specific/esp32/esp32_mcu.h
@@ -21,7 +21,7 @@ typedef struct ESP32CurrentSenseParams {
21
22
// macros for debugging wuing the simplefoc debug system
23
#define SIMPLEFOC_ESP32_CS_DEBUG(str)\
24
- SimpleFOCDebug::println( "ESP32-CS"+String(tag)+ ": "+ String(str));\
+ SimpleFOCDebug::println( "ESP32-CS: "+ String(str));\
25
26
#define CHECK_CS_ERR(func_call, message) \
27
if ((func_call) != ESP_OK) { \
0 commit comments