Skip to content

Commit

Permalink
[Fix] Make ChibiOS _wait.h independent of quantum.h (qmk#17645)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlK90 authored and nolanseaton committed Jan 23, 2023
1 parent ca5abe8 commit fecdd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/chibios/_wait.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit fecdd8b

Please sign in to comment.