commit 4a71f5f602be5edac10a223d34d74a7bf1de5cd4
parent 1ce5cf480c777e7060eb20828b57f959e901c750
Author: Sergey Vlasov <sigprof@gmail.com>
Date: Mon, 3 Jul 2023 21:36:19 +0300
planck/rev7: Fix build without AUDIO_ENABLE (#21408)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)