From: RichardBarry Date: Thu, 5 Feb 2009 13:02:27 +0000 (+0000) Subject: Continue 78K0R development. X-Git-Tag: V5.1.2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=36d3b3b9d30b44998f9ebc95c302e9e0e346305a;p=freertos Continue 78K0R development. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@677 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h index 1255ff6d5..1bd48ef31 100644 --- a/Source/portable/IAR/78K0R/portmacro.h +++ b/Source/portable/IAR/78K0R/portmacro.h @@ -72,7 +72,7 @@ extern "C" { #define portLONG long #define portSHORT short #define portSTACK_TYPE unsigned short -#define portBASE_TYPE int +#define portBASE_TYPE short #if (configUSE_16_BIT_TICKS==1) typedef unsigned int portTickType;