mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4fa51c8ea0
removes mrb_tasks_run and mrb_task_mark_all from task_hal.h as these are core scheduler functions, not HAL interface functions. only mrb_tick remains as it must be called by HAL timer callbacks. Co-authored-by: Claude <noreply@anthropic.com>