Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 26, 2024
1 parent 9ae4c36 commit 5524091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions hepa-uv/firmware/hepa_control_task/hepa_control_hardware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
uint32_t HepaControlHardware::get_hepa_fan_rpm() { return get_hepa_fan_rpm(); }
2 changes: 1 addition & 1 deletion hepa-uv/firmware/main_rev1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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{};
Expand Down

0 comments on commit 5524091

Please sign in to comment.