global: disable debug to enable watchdog

This commit is contained in:
King Kévin 2020-05-31 23:53:01 +02:00
parent 3ce0eaea91
commit eff94f9841
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]))