summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/portable/IAR/78K0R/portmacro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index 1255ff6d..1bd48ef3 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;