planck/rev7: Fix build without AUDIO_ENABLE (#21408)

master
Sergey Vlasov 2 years ago committed by GitHub
parent 1ce5cf480c
commit 4a71f5f602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save