From 2f43a43dcac2219fa5bdb195c599ccc69c63bffe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 Jul 2018 06:48:58 +0000 Subject: Fixed bug #962. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12166 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/ATSAMA5D2/CRYPTO/chconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/ATSAMA5D2/CRYPTO/chconf.h') diff --git a/testhal/ATSAMA5D2/CRYPTO/chconf.h b/testhal/ATSAMA5D2/CRYPTO/chconf.h index e393dc111..72030862d 100644 --- a/testhal/ATSAMA5D2/CRYPTO/chconf.h +++ b/testhal/ATSAMA5D2/CRYPTO/chconf.h @@ -52,7 +52,7 @@ * setting also defines the system tick time unit. */ #if !defined(CH_CFG_ST_FREQUENCY) -#define CH_CFG_ST_FREQUENCY 1000 /*=periodic=tick.=*/ +#define CH_CFG_ST_FREQUENCY 1000=/*=periodic=tick.=*/ #endif /** @@ -578,7 +578,7 @@ * @details User initialization code added to the @p chSysInit() function * just before interrupts are enabled globally. */ -#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \ +#define CH_CFG_SYSTEM_INIT_HOOK() { \ /* Add threads initialization code here.*/ \ } -- cgit v1.2.3