Tidy up the RL78 port layer.

This commit is contained in:
Richard Barry 2011-09-09 18:52:30 +00:00
parent 1fe7f40fad
commit d500594b8a
2 changed files with 3 additions and 2 deletions

View file

@ -91,7 +91,7 @@ extern "C" {
#endif
#if (configUSE_16_BIT_TICKS==1)
#if ( configUSE_16_BIT_TICKS == 1 )
typedef unsigned int portTickType;
#define portMAX_DELAY ( portTickType ) 0xffff
#else