Skip to content

Commit bc2f848

Browse files
committed
typo in debug macro
1 parent 710edb4 commit bc2f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current_sense/hardware_specific/esp32/esp32_mcu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef struct ESP32CurrentSenseParams {
2121

2222
// macros for debugging wuing the simplefoc debug system
2323
#define SIMPLEFOC_ESP32_CS_DEBUG(str)\
24-
SimpleFOCDebug::println( "ESP32-CS"+String(tag)+ ": "+ String(str));\
24+
SimpleFOCDebug::println( "ESP32-CS: "+ String(str));\
2525

2626
#define CHECK_CS_ERR(func_call, message) \
2727
if ((func_call) != ESP_OK) { \

0 commit comments

Comments
 (0)