From a947a1d5ae074f341716d2478922a6d23208bb77 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 6 Feb 2018 18:15:51 +0000 Subject: MISRA-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11455 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/chconf.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test') 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 @@ -571,15 +571,6 @@ #define CH_CFG_SYSTEM_EXTRA_FIELDS \ /* 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. -- cgit v1.2.3