mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
There's no reason to wait a whole second here just to know if a tick should have fired (though, yes, on some older/legacy/non-tickless configurations, 128 ticks is actually more than a second). Some simulators are very slow; busy waiting is expensive. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>