From ac645ed6763094bb9fba7709de2e31e91d97a693 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 14 Mar 2018 12:55:14 +0000 Subject: NIL chconf.h files realignment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11744 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/nil/templates/chconf.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'os') diff --git a/os/nil/templates/chconf.h b/os/nil/templates/chconf.h index efac28c0b..08832845f 100644 --- a/os/nil/templates/chconf.h +++ b/os/nil/templates/chconf.h @@ -15,7 +15,7 @@ */ /** - * @file chconf.h + * @file templates/chconf.h * @brief Configuration file template. * @details A copy of this file must be placed in each project directory, it * contains the application specific kernel settings. @@ -29,7 +29,7 @@ #define CHCONF_H #define _CHIBIOS_NIL_CONF_ -#define _CHIBIOS_NIL_CONF_VER_5_0_ +#define _CHIBIOS_NIL_CONF_VER_3_0_ /*===========================================================================*/ /** @@ -68,18 +68,6 @@ */ #define CH_CFG_ST_FREQUENCY 1000 -/** - * @brief Time intervals data size. - * @note Allowed values are 16, 32 or 64 bits. - */ -#define CH_CFG_INTERVALS_SIZE 32 - -/** - * @brief Time types data size. - * @note Allowed values are 16 or 32 bits. - */ -#define CH_CFG_TIME_TYPES_SIZE 32 - /** * @brief Time delta constant for the tick-less mode. * @note If this value is zero then the system uses the classic -- cgit v1.2.3