Continue 78K0R development.

This commit is contained in:
Richard Barry 2009-02-05 13:02:27 +00:00
parent e311bdb650
commit e4319d7f88

View file

@ -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;