summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/planck/rev7/matrix.c1
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 @@
19#include "hal_pal.h" 19#include "hal_pal.h"
20#include "hal_pal_lld.h" 20#include "hal_pal_lld.h"
21#include "quantum.h" 21#include "quantum.h"
22#include <math.h>
22 23
23// STM32-specific watchdog config calculations 24// STM32-specific watchdog config calculations
24// timeout = 31.25us * PR * (RL + 1) 25// timeout = 31.25us * PR * (RL + 1)