#pragma once #include "osd.h" #include static inline int sched_yield(void) { (void) SwitchToThread(); return 0; }