diff --git a/conf/Makefile.chibios b/conf/Makefile.chibios index 3728b03150..16e49f5980 100644 --- a/conf/Makefile.chibios +++ b/conf/Makefile.chibios @@ -39,7 +39,6 @@ Q=@ RTOS_DEBUG ?= 0 ifeq (,$(findstring $(RTOS_DEBUG),0 FALSE)) -$(info DEBUGGING ON) $(TARGET).CFLAGS += \ -DCH_DBG_STATISTICS=TRUE \ -DCH_DBG_SYSTEM_STATE_CHECK=TRUE \ @@ -50,7 +49,6 @@ $(TARGET).CFLAGS += \ -DCH_DBG_FILL_THREADS=TRUE \ -DCH_DBG_THREADS_PROFILING=TRUE else -$(info DEBUGGING OFF) $(TARGET).CFLAGS += -DCH_DBG_THREADS_PROFILING=TRUE endif