mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 12:07:52 +00:00
freertos: upgrade to 10.4.3 -- extras
This commit is contained in:
@@ -1189,7 +1189,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
|
||||
* void vFunction( void *pvParameters )
|
||||
* {
|
||||
* // Create a queue to hold one uint32_t value. It is strongly
|
||||
* // recommended \*not\* to use xQueueOverwriteFromISR() on queues that can
|
||||
* // recommended *not* to use xQueueOverwriteFromISR() on queues that can
|
||||
* // contain more than one value, and doing so will trigger an assertion
|
||||
* // if configASSERT() is defined.
|
||||
* xQueue = xQueueCreate( 1, sizeof( uint32_t ) );
|
||||
|
Reference in New Issue
Block a user