mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	docs(esp_event): Fixed mistake in API docs
Closes https://github.com/espressif/esp-idf/issues/13346
This commit is contained in:
		@@ -367,7 +367,7 @@ esp_err_t esp_event_post(esp_event_base_t event_base,
 | 
				
			|||||||
 * the copy's lifetime automatically (allocation + deletion); this ensures that the data the
 | 
					 * the copy's lifetime automatically (allocation + deletion); this ensures that the data the
 | 
				
			||||||
 * handler receives is always valid.
 | 
					 * handler receives is always valid.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop
 | 
					 * This function behaves in the same manner as esp_event_post, except the additional specification of the event loop
 | 
				
			||||||
 * to post the event to.
 | 
					 * to post the event to.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param[in] event_loop the event loop to post to, must not be NULL
 | 
					 * @param[in] event_loop the event loop to post to, must not be NULL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user