global: disable debug, enabling the watchdog

This commit is contained in:
King Kévin 2020-02-19 21:01:01 +01:00
parent 9defad2620
commit af22fc21e2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#pragma once
/** enable debugging functionalities */
#define DEBUG true
#define DEBUG false
/** get the length of an array */
#define LENGTH(x) (sizeof(x) / sizeof((x)[0]))