Skip to content

Commit 93821e1

Browse files
committed
typo
1 parent 7058955 commit 93821e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/communication/SimpleFOCDebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class SimpleFOCDebug {
6767
SimpleFOCDebug::println(F(msg), ##__VA_ARGS__)
6868

6969
#define SIMPLEFOC_DEBUG_ENABLE(printer) \
70-
SIMPLEFOC_DEBUG_ENABLE(printer)
70+
SimpleFOCDebug::enable(printer)
7171

7272
#else //ifndef SIMPLEFOC_DISABLE_DEBUG
7373

0 commit comments

Comments
 (0)