1 parent 7058955 commit 93821e1Copy full SHA for 93821e1
1 file changed
src/communication/SimpleFOCDebug.h
@@ -67,7 +67,7 @@ class SimpleFOCDebug {
67
SimpleFOCDebug::println(F(msg), ##__VA_ARGS__)
68
69
#define SIMPLEFOC_DEBUG_ENABLE(printer) \
70
- SIMPLEFOC_DEBUG_ENABLE(printer)
+ SimpleFOCDebug::enable(printer)
71
72
#else //ifndef SIMPLEFOC_DISABLE_DEBUG
73
0 commit comments