diff options
Diffstat (limited to 'testhal/ATSAMA5D2/UART/chconf.h')
-rw-r--r-- | testhal/ATSAMA5D2/UART/chconf.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/testhal/ATSAMA5D2/UART/chconf.h b/testhal/ATSAMA5D2/UART/chconf.h index a279c96f4..522791d24 100644 --- a/testhal/ATSAMA5D2/UART/chconf.h +++ b/testhal/ATSAMA5D2/UART/chconf.h @@ -49,8 +49,7 @@ * @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit.
*/
-//#define CH_CFG_ST_FREQUENCY 1000 /* periodic tick.*/
-#define CH_CFG_ST_FREQUENCY (83000000 / 32) /* tick-less.*/
+#define CH_CFG_ST_FREQUENCY 10000
/**
* @brief Time intervals data size.
@@ -604,13 +603,6 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-/**
- * @brief Trust zone configuration.
- * @details If enabled the kernel is configured for the secure world
- * and can access specific devices.
- */
-#define CH_CFG_SEC_WORLD TRUE
-
#endif /* CHCONF_H */
/** @} */
|