diff options
author | isiora <none@example.com> | 2017-10-23 13:25:46 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-10-23 13:25:46 +0000 |
commit | 7707340e0b2e9e6552378d1520993686856f8134 (patch) | |
tree | b5da4da87bad584f1212bccfeea58aef0f81928a | |
parent | f6ddc053fd02fec7073d60767f2b6bb0a9979623 (diff) | |
download | ChibiOS-7707340e0b2e9e6552378d1520993686856f8134.tar.gz ChibiOS-7707340e0b2e9e6552378d1520993686856f8134.tar.bz2 ChibiOS-7707340e0b2e9e6552378d1520993686856f8134.zip |
minor changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10887 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rwxr-xr-x | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h index f6984dc5d..3fbb2d0b6 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h @@ -455,7 +455,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
/** @} */
|