From d3d8b200953d96d5ff895a4961546cbc8f8e902d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Thu, 28 Dec 2017 15:26:45 +0100 Subject: [PATCH] disable flash debug logging --- gex.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gex.mk b/gex.mk index 5a5c35a..e4505d0 100644 --- a/gex.mk +++ b/gex.mk @@ -81,7 +81,7 @@ GEX_CDEFS = $(GEX_CDEFS_BASE) \ -DUSE_FULL_ASSERT=1 \ -DVERBOSE_ASSERT=1 \ -DDEBUG_VFS=0 \ - -DDEBUG_FLASH_WRITE=1 \ + -DDEBUG_FLASH_WRITE=0 \ -DVERBOSE_HARDFAULT=1 \ -DUSE_STACK_MONITOR=1 \ -DUSE_DEBUG_UART=1