mark run_loop_embedded struct as const

This commit is contained in:
matthias.ringwald 2011-08-20 10:36:21 +00:00
parent 542b89e48b
commit 4e6897b2cb

View File

@ -199,7 +199,7 @@ void embedded_init(void){
#endif
}
run_loop_t run_loop_embedded = {
const run_loop_t run_loop_embedded = {
&embedded_init,
&embedded_add_data_source,
&embedded_remove_data_source,