Skip to content

Commit

Permalink
Typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds authored Jun 16, 2022
1 parent 39de8cc commit bbc489e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef enum DESFIRE_FIRMWARE_ENUM_PACKING {

#define LOG_AT_LEVEL(cmdToRun, loggingThreshold) ({ \
do { \
if (loggingThreshold >= DESFIRE_DEFAULT_LOGGING_MODE) { \
if (loggingThreshold <= DESFIRE_DEFAULT_LOGGING_MODE) { \
cmdToRun; \
} \
} while(0); \
Expand Down

0 comments on commit bbc489e

Please sign in to comment.