global: disable DEBUG to enable watchdog

This commit is contained in:
King Kévin 2020-03-09 10:39:47 +01:00
parent 83a6ad958f
commit 2ed71d68e5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,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]))