From 38739d7a8b9d1a7ebe523cf52dae3181db11caa2 Mon Sep 17 00:00:00 2001 From: edolomb Date: Fri, 16 Feb 2018 17:09:45 +0000 Subject: Changed CH_DBG_THREADS_PROFILING at FALSE git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11504 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/SPI/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/ATSAMA5D2/SPI/chconf.h b/testhal/ATSAMA5D2/SPI/chconf.h index 98659e9c9..49b16647b 100644 --- a/testhal/ATSAMA5D2/SPI/chconf.h +++ b/testhal/ATSAMA5D2/SPI/chconf.h @@ -467,7 +467,7 @@ * @note This debug option is not currently compatible with the * tickless mode. */ -#define CH_DBG_THREADS_PROFILING TRUE +#define CH_DBG_THREADS_PROFILING FALSE /** @} */ -- cgit v1.2.3