Change name of asm file to be consistent with other ports.

This commit is contained in:
Richard Barry 2009-02-02 18:38:48 +00:00
parent e602554120
commit 18797cb689
2 changed files with 9 additions and 9 deletions

View File

@ -71,7 +71,7 @@ extern "C" {
#define portDOUBLE double
#define portLONG long
#define portSHORT short
#define portSTACK_TYPE unsigned int
#define portSTACK_TYPE unsigned short
#define portBASE_TYPE int
#if (configUSE_16_BIT_TICKS==1)