mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
e7fd9b1d49
The simulated time ratio feature introduced a host_set_timeratio() call in sim_head.c, but the Windows host time implementation was missing this symbol, causing a link error. Add a no-op stub since the time ratio feature is not implemented on Windows. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>