mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Demo code: add static modifiers (#1373)
Add "static" modifier to demo code to reduce global vars. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
parent
62195136d1
commit
bcef9d066a
9 changed files with 10 additions and 13 deletions
|
@ -78,9 +78,6 @@
|
|||
/* A block time of zero simply means "don't block". */
|
||||
#define ebDONT_BLOCK ( 0 )
|
||||
|
||||
/* A 5ms delay. */
|
||||
#define ebSHORT_DELAY pdMS_TO_TICKS( ( TickType_t ) 5 )
|
||||
|
||||
/* Used in the selective bits test which checks no, one or both tasks blocked on
|
||||
* event bits in a group are unblocked as appropriate as different bits get set. */
|
||||
#define ebSELECTIVE_BITS_1 0x03
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue