diff --git a/platforms/chibios/_wait.h b/platforms/chibios/_wait.h index 21cdffe11af..c0ccbc55694 100644 --- a/platforms/chibios/_wait.h +++ b/platforms/chibios/_wait.h @@ -17,6 +17,7 @@ #include #include +#include "chibios_config.h" /* chThdSleepX of zero maps to infinite - so we map to a tiny delay to still yield */ #define wait_ms(ms) \