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

miryoku-merge-master
Stefan Kerkmann 3 years ago committed by GitHub
parent bbd6ea977c
commit 45ffe42f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save