mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-27 21:21:21 +00:00
btstack_run_loop_freertos: fix deprecated btstack_run_loop_freertos_trigger_from_isr
This commit is contained in:
parent
154c56cef6
commit
1544bae6a2
@ -296,6 +296,6 @@ void btstack_run_loop_freertos_trigger_exit(void){
|
||||
|
||||
#if defined(HAVE_FREERTOS_TASK_NOTIFICATIONS) || (INCLUDE_xEventGroupSetBitFromISR == 1)
|
||||
void btstack_run_loop_freertos_trigger_from_isr(void){
|
||||
btstack_run_loop_freertos_trigger_from_isr();
|
||||
btstack_run_loop_freertos_poll_data_sources_from_irq();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user