Skip to content

Commit 8bc3ab2

Browse files
committed
SE050: fix statement has no effect warning
1 parent 8f4da62 commit 8bc3ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/SE05X/src/SE05X.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include "se05x_APDU.h"
2828

2929
#if defined SE05X_PRINT_ERROR_ENABLE
30-
#define SE05X_PRINT_ERROR Serial.println
30+
#define SE05X_PRINT_ERROR(x) Serial.println(x)
3131
#else
32-
#define SE05X_PRINT_ERROR
32+
#define SE05X_PRINT_ERROR(x)
3333
#endif
3434

3535
#define SE05X_SN_LENGTH 18

0 commit comments

Comments
 (0)