diff --git a/global.h b/global.h index fea9fc3..da15df4 100644 --- a/global.h +++ b/global.h @@ -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")