Update the Red Suite LPC1768 project and source to use the latest version of the tools.

This commit is contained in:
Richard Barry 2010-11-25 13:21:39 +00:00
parent 19cdcbd681
commit 1677ec5c60
8 changed files with 190 additions and 169 deletions

View file

@ -153,7 +153,7 @@ numeric value the higher the interrupt priority). */
*-----------------------------------------------------------*/
extern void vConfigureTimerForRunTimeStats( void );
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vConfigureTimerForRunTimeStats()
#define portGET_RUN_TIME_COUNTER_VALUE() TIM0->TC
#define portGET_RUN_TIME_COUNTER_VALUE() LPC_TIM0->TC
#endif /* FREERTOS_CONFIG_H */