From 03eb35736c5a3ea65f571fc0c4c1811ccbd49780 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 22 Feb 2016 13:12:50 +0000 Subject: Renamed r13 context field in sp (ARM ports). Extended the priorities range from 127 to 255. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8921 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chschd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'os/rt') diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index a3db7a3db..8275a1eee 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -51,9 +51,8 @@ priority. */ #define IDLEPRIO (tprio_t)1 /**< @brief Idle priority. */ #define LOWPRIO (tprio_t)2 /**< @brief Lowest priority. */ -#define NORMALPRIO (tprio_t)64 /**< @brief Normal priority. */ -#define HIGHPRIO (tprio_t)127 /**< @brief Highest priority. */ -#define ABSPRIO (tprio_t)255 /**< @brief Greatest priority. */ +#define NORMALPRIO (tprio_t)128 /**< @brief Normal priority. */ +#define HIGHPRIO (tprio_t)255 /**< @brief Highest priority. */ /** @} */ /** -- cgit v1.2.3