mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
mark run_loop_embedded struct as const
This commit is contained in:
parent
542b89e48b
commit
4e6897b2cb
@ -199,7 +199,7 @@ void embedded_init(void){
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
run_loop_t run_loop_embedded = {
|
const run_loop_t run_loop_embedded = {
|
||||||
&embedded_init,
|
&embedded_init,
|
||||||
&embedded_add_data_source,
|
&embedded_add_data_source,
|
||||||
&embedded_remove_data_source,
|
&embedded_remove_data_source,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user