From 875f3c063c5384770f20be88a1399d2a4eeffa1a Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 19 Sep 2020 16:51:08 -0700 Subject: [PATCH] not needed --- firmware/pwm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/pwm.cpp b/firmware/pwm.cpp index cb03bf9..db7a224 100644 --- a/firmware/pwm.cpp +++ b/firmware/pwm.cpp @@ -1,6 +1,5 @@ #include "pwm.h" -#include "ch.h" #include "hal.h" Pwm::Pwm(PWMDriver& driver, uint8_t channel, uint32_t counterFrequency, uint32_t counterPeriod)