From 6ffdafd996707a40e3c70d40b049cbf7cd8f6a62 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 11 Feb 2019 23:57:29 -0500 Subject: [PATCH] CH_DBG_FILL_THREADS --- simulator/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/chconf.h b/simulator/chconf.h index c676c36b11..cd5779b7e1 100644 --- a/simulator/chconf.h +++ b/simulator/chconf.h @@ -548,7 +548,7 @@ * @note The default is @p FALSE. */ #if !defined(CH_DBG_FILL_THREADS) -#define CH_DBG_FILL_THREADS FALSE +#define CH_DBG_FILL_THREADS TRUE #endif /**