*pxTopOfStack = ( portSTACK_TYPE ) 0x00005555; /* R5 */\r
pxTopOfStack--;\r
\r
- /* In the current implemention of the compiler the first parameter to the task(or function) is passed\r
- via R4 parameter to the task, hennce the pvParameters pointer is copied in R4 regsiter. See compiler \r
- manual section 4.6.2 for more information.*/\r
+ /* In the current implemention of the compiler the first \r
+ parameter to the task(or function) is passed via R4 parameter \r
+ to the task, hennce the pvParameters pointer is copied in R4 \r
+ regsiter. See compiler manual section 4.6.2 for more information.*/\r
*pxTopOfStack = ( portSTACK_TYPE ) (pvParameters); /* R4 */\r
pxTopOfStack--;\r
*pxTopOfStack = ( portSTACK_TYPE ) 0x00003333; /* R3 */\r
#ifndef PORTMACRO_H\r
#define PORTMACRO_H\r
\r
+#include "mb91467d.h"\r
+#include <stddef.h>\r
+\r
/*-----------------------------------------------------------\r
* Port specific definitions. \r
*\r
#define portFLOAT float\r
#define portDOUBLE double\r
#define portLONG long\r
-#define portSHORT int\r
+#define portSHORT short\r
#define portSTACK_TYPE unsigned portLONG\r
#define portBASE_TYPE long\r
\r