aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-06 18:15:51 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-06 18:15:51 +0000
commita947a1d5ae074f341716d2478922a6d23208bb77 (patch)
treecb9faa577d78fcd6135248e9226c42382e974118 /test
parent069482ac06372bd9e184f6281399ae4731af375d (diff)
downloadChibiOS-a947a1d5ae074f341716d2478922a6d23208bb77.tar.gz
ChibiOS-a947a1d5ae074f341716d2478922a6d23208bb77.tar.bz2
ChibiOS-a947a1d5ae074f341716d2478922a6d23208bb77.zip
MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11455 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/rt/testbuild/chconf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index 53147ba97..45159091d 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -572,15 +572,6 @@
/* Add threads custom fields here.*/
/**
- * @brief System initialization hook.
- * @details User initialization code added to the @p chSysInit() function
- * just before interrupts are enabled globally.
- */
-#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \
- /* Add threads initialization code here.*/ \
-}
-
-/**
* @brief Threads descriptor structure extension.
* @details User fields added to the end of the @p thread_t structure.
*/