mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
5 lines
106 B
C++
5 lines
106 B
C++
static int ush_cmd_yield(void) {
|
|
ush_print_kv_hex("YIELD_TICK", cleonos_sys_yield());
|
|
return 1;
|
|
}
|