Introduce option that permits a smaller printf() library to be used when sizeof( int ) == sizeof( long ) in cases where formatted strings are used to present run time stats information.

This commit is contained in:
Richard Barry 2011-01-06 11:10:51 +00:00
parent 7a71523712
commit e4f2ba1913
3 changed files with 30 additions and 2 deletions

View file

@ -156,5 +156,9 @@ extern void vTaskSwitchContext( void );
void vApplicationSetupTimerInterrupt( void );
/* sizeof( int ) != sizeof( long ) so a full printf() library is required if
run time stats information is to be displayed. */
#define portLU_PRINTF_SPECIFIER_REQUIRED
#endif /* PORTMACRO_H */