~ruther/qmk_firmware

45ffe42f1a26d14e372ff8e0a35441fd968e1494 — Stefan Kerkmann 3 years ago bbd6ea9
[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)                     \