Browse Source

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

pull/17702/head
Stefan Kerkmann 1 year ago
committed by GitHub
parent
commit
45ffe42f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      platforms/chibios/_wait.h

+ 1
- 0
platforms/chibios/_wait.h View File

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