Skip to content

Commit

Permalink
planck/rev7: Fix build without AUDIO_ENABLE (qmk#21408)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprof authored and autoferrit committed Dec 6, 2023
1 parent f89698c commit 74843c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/planck/rev7/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74843c5

Please sign in to comment.