From f33532764fc8a6b76df329575c72058b32be5b89 Mon Sep 17 00:00:00 2001 From: Dasky <32983009+daskygit@users.noreply.github.com> Date: Thu, 22 Jul 2021 17:39:27 +0100 Subject: [Keyboard][Bug] Add timer_avr to includes for broken builds (#13641) --- keyboards/fc660c/matrix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/fc660c') diff --git a/keyboards/fc660c/matrix.c b/keyboards/fc660c/matrix.c index e6e4948104..40d606f572 100644 --- a/keyboards/fc660c/matrix.c +++ b/keyboards/fc660c/matrix.c @@ -28,6 +28,7 @@ along with this program. If not, see . #include "timer.h" #include "matrix.h" #include "led.h" +#include "avr/timer_avr.h" // Timer resolution check #if (1000000/TIMER_RAW_FREQ > 20) -- cgit v1.2.3