mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate its use.
This commit is contained in:
parent
671949ad78
commit
3b02b4c8f8
5 changed files with 165 additions and 13 deletions
|
@ -77,6 +77,7 @@
|
|||
|
||||
void vStartQueueOverwriteTask( unsigned portBASE_TYPE uxPriority );
|
||||
portBASE_TYPE xIsQueueOverwriteTaskStillRunning( void );
|
||||
void vQueueOverwritePeriodicISRDemo( void );
|
||||
|
||||
#endif /* QUEUE_OVERWRITE_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue