From e4319d7f88aee2b1eef1ea750f052a8cc1dec46e Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 5 Feb 2009 13:02:27 +0000 Subject: [PATCH] Continue 78K0R development. --- Source/portable/IAR/78K0R/portmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;