mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 21:03:51 -04:00
Update the Red Suite LPC1768 project and source to use the latest version of the tools.
This commit is contained in:
parent
19cdcbd681
commit
1677ec5c60
8 changed files with 190 additions and 169 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue