From 552409179a46666cfcea407aa583530aa3d2cc6d Mon Sep 17 00:00:00 2001 From: vegano1 Date: Fri, 26 Jan 2024 16:11:39 -0500 Subject: [PATCH] format --- hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp | 4 +--- hepa-uv/firmware/main_rev1.cpp | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp b/hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp index e3287b480..6d45dbca7 100644 --- a/hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp +++ b/hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp @@ -8,6 +8,4 @@ void HepaControlHardware::set_hepa_fan_speed(uint32_t duty_cycle) { set_hepa_fan_pwm(duty_cycle); } -uint32_t HepaControlHardware::get_hepa_fan_rpm() { - return get_hepa_fan_rpm(); -} \ No newline at end of file +uint32_t HepaControlHardware::get_hepa_fan_rpm() { return get_hepa_fan_rpm(); } \ No newline at end of file diff --git a/hepa-uv/firmware/main_rev1.cpp b/hepa-uv/firmware/main_rev1.cpp index e720e3ea2..1de3b6a27 100644 --- a/hepa-uv/firmware/main_rev1.cpp +++ b/hepa-uv/firmware/main_rev1.cpp @@ -23,9 +23,9 @@ #include "hepa-uv/core/messages.hpp" #include "hepa-uv/core/tasks.hpp" #include "hepa-uv/firmware/hepa_control_hardware.hpp" +#include "hepa-uv/firmware/hepa_hardware.h" #include "hepa-uv/firmware/led_control_hardware.hpp" #include "hepa-uv/firmware/utility_gpio.h" -#include "hepa-uv/firmware/hepa_hardware.h" #include "timer_hardware.h" static auto iWatchdog = iwdg::IndependentWatchDog{};