Ver Fonte

[Fix] Make ChibiOS `_wait.h` independent of `quantum.h` (#17645)

Stefan Kerkmann há 4 anos atrás
pai
commit
45ffe42f1a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      platforms/chibios/_wait.h

+ 1 - 0
platforms/chibios/_wait.h

@@ -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)                     \