Comment for debug define.

This commit is contained in:
Marcus Scholz 2024-01-11 14:57:19 +01:00
parent 88301c8a67
commit 9ab4866199
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <avr/interrupt.h>
#include <avr/sleep.h>
// Set to "1" to enable debug output, 0 (or else) disables serial output
#define DEBUG 1
#if DEBUG == 1