mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
drop unneccesary EMBEDDED guart in run_loop_embeded.c
This commit is contained in:
parent
eb443d3d86
commit
b9248aa7fb
@ -72,7 +72,6 @@ uint32_t btstack_run_loop_embedded_ticks_for_ms(uint32_t time_in_ms);
|
|||||||
uint32_t btstack_run_loop_embedded_get_ticks(void);
|
uint32_t btstack_run_loop_embedded_get_ticks(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EMBEDDED
|
|
||||||
/**
|
/**
|
||||||
* @brief Sets an internal flag that is checked in the critical section just before entering sleep mode. Has to be called by the interrupt handler of a data source to signal the run loop that a new data is available.
|
* @brief Sets an internal flag that is checked in the critical section just before entering sleep mode. Has to be called by the interrupt handler of a data source to signal the run loop that a new data is available.
|
||||||
*/
|
*/
|
||||||
@ -81,7 +80,6 @@ void btstack_run_loop_embedded_trigger(void);
|
|||||||
* @brief Execute run_loop once. It can be used to integrate BTstack's timer and data source processing into a foreign run loop (it is not recommended).
|
* @brief Execute run_loop once. It can be used to integrate BTstack's timer and data source processing into a foreign run loop (it is not recommended).
|
||||||
*/
|
*/
|
||||||
void btstack_run_loop_embedded_execute_once(void);
|
void btstack_run_loop_embedded_execute_once(void);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* API_END */
|
/* API_END */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user