mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 21:33:52 -04:00
Prepare RX RDK project for release.
This commit is contained in:
parent
3780491aeb
commit
e4c8a7957f
12 changed files with 219 additions and 217 deletions
|
@ -80,7 +80,8 @@ zero. */
|
|||
/* Interrupt handler in which the jitter is measured. */
|
||||
static void prvTimer2IntHandler( void );
|
||||
|
||||
/* Stores the value of the maximum recorded jitter between interrupts. */
|
||||
/* Stores the value of the maximum recorded jitter between interrupts. This is
|
||||
displayed on one of the served web pages. */
|
||||
volatile unsigned short usMaxJitter = 0;
|
||||
|
||||
/* Counts the number of high frequency interrupts - used to generate the run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue