Skip to content

Commit

Permalink
Disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Feb 7, 2024
1 parent 4ee4901 commit 8236c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define INCLUDE_CONFIG_H

// Determines whether debugging information should be printed to stderr.
#define DEBUG 1
#define DEBUG 0
// Determines the size of the internal buffer, used for manipulating and storing key values, etc.
#define BUFFER_SIZE 256
// Determines the size of the "emulated" NVRAM, used by nvram_get_nvramspace().
Expand Down

0 comments on commit 8236c99

Please sign in to comment.