Bugfix as per Forum

https://moodle-app2.let.ethz.ch/mod/forum/discuss.php?d=102070
This commit is contained in:
Sparchatus 2022-04-04 13:15:48 +00:00
parent 5f9ce34445
commit d3ada884d7

View File

@ -95,6 +95,9 @@ static inline bool havework_disabled(dispatcher_handle_t handle)
{
struct dispatcher_generic *disp = get_dispatcher_generic(handle);
return disp->runq != NULL
#ifdef CONFIG_INTERCONNECT_DRIVER_LMP
|| disp->lmp_send_events_list != NULL
#endif
|| disp->polled_channels != NULL
|| disp->notificators != NULL
;