Skip to content

Commit

Permalink
typo in debug macro
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Jun 21, 2024
1 parent 710edb4 commit bc2f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current_sense/hardware_specific/esp32/esp32_mcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef struct ESP32CurrentSenseParams {

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

#define CHECK_CS_ERR(func_call, message) \
if ((func_call) != ESP_OK) { \
Expand Down

0 comments on commit bc2f848

Please sign in to comment.