global: disable DEBUG

This commit is contained in:
King Kévin 2021-03-24 17:06:12 +01:00
parent 0047fb8fea
commit 165f545310
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
/** Data Synchronization Barrier, ensure all data is written */
#define __DSB() __asm__("dsb")