mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update the MSVC and MingW demos to use the latest FreeRTOS+Trace recorder library.
This commit is contained in:
parent
f289bfb388
commit
35f5990e7a
13 changed files with 1194 additions and 919 deletions
|
@ -82,10 +82,7 @@
|
|||
/* FreeRTOS includes. */
|
||||
#include <FreeRTOS.h>
|
||||
|
||||
/* FreeRTOS+Trace includes. */
|
||||
#include "trcUser.h"
|
||||
|
||||
/* Variables used in the creation of the run time stats time base. Run time
|
||||
/* Variables used in the creation of the run time stats time base. Run time
|
||||
stats record how much time each task spends in the Running state. */
|
||||
static long long llInitialRunTimeCounterValue = 0LL, llTicksPerHundedthMillisecond = 0LL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue