diff options
author | QMK Bot <hello@qmk.fm> | 2023-07-03 18:36:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-07-03 18:36:55 +0000 |
commit | 8ea5349fb412ace641dc3e4adbd413f7442f9ea8 (patch) | |
tree | f58645d96b36c22a605e8fad8b0cfda7cc7c7502 /keyboards | |
parent | 4b45dcb5e6cc0afa2c3ce8027c560f10749d87fb (diff) | |
parent | 4a71f5f602be5edac10a223d34d74a7bf1de5cd4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/planck/rev7/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/rev7/matrix.c b/keyboards/planck/rev7/matrix.c index df1e627e83..c89c399a40 100644 --- a/keyboards/planck/rev7/matrix.c +++ b/keyboards/planck/rev7/matrix.c @@ -19,6 +19,7 @@ #include "hal_pal.h" #include "hal_pal_lld.h" #include "quantum.h" +#include <math.h> // STM32-specific watchdog config calculations // timeout = 31.25us * PR * (RL + 1) |