[Fix] Make ChibiOS `_wait.h` independent of `quantum.h` (#17645)
1 files changed, 1 insertions(+), 0 deletions(-) M platforms/chibios/_wait.h
M platforms/chibios/_wait.h => platforms/chibios/_wait.h +1 -0
@@ 17,6 17,7 @@ #include <ch.h> #include <hal.h> +#include "chibios_config.h" /* chThdSleepX of zero maps to infinite - so we map to a tiny delay to still yield */ #define wait_ms(ms) \