diff options
Diffstat (limited to 'src/smi_501.h')
-rw-r--r-- | src/smi_501.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_501.h b/src/smi_501.h index c19721b..10bcf6c 100644 --- a/src/smi_501.h +++ b/src/smi_501.h @@ -1333,7 +1333,7 @@ typedef union smi_cli_entry { } smi_cli_entry_t; -#ifdef SMI501_CLI_DEBUG +#if SMI501_CLI_DEBUG /* ensure there are "count" command list "slots" 8 bytes wide free */ #define BATCH_BEGIN(COUNT) \ |