diff options
author | edolomb <none@example.com> | 2018-06-18 10:32:35 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-06-18 10:32:35 +0000 |
commit | 58f9eb3e8ea553f5fa719c4225269ebfad178ab7 (patch) | |
tree | 02d239294017fd3cbf17e9153d8ef19378bdbce2 /testhal | |
parent | 3a5381012f3a302e42da444f046401aded3afda5 (diff) | |
download | ChibiOS-58f9eb3e8ea553f5fa719c4225269ebfad178ab7.tar.gz ChibiOS-58f9eb3e8ea553f5fa719c4225269ebfad178ab7.tar.bz2 ChibiOS-58f9eb3e8ea553f5fa719c4225269ebfad178ab7.zip |
Fixed bug
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12113 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/ATSAMA5D2/CRYPTO/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/CRYPTO/chconf.h b/testhal/ATSAMA5D2/CRYPTO/chconf.h index be4331e51..e393dc111 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
/**
|