Skip to content

Commit

Permalink
hepa/uv simulator is broken right now, add todo to fix this later
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 18, 2024
1 parent 206afeb commit e604ae8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion hepa-uv/simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ add_library(freertos-hepa-uv STATIC ${FREERTOS_SOURCES})

set(HEPA_UV_SIMULATOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
${CMAKE_CURRENT_SOURCE_DIR}/gpio.cpp
${CMAKE_CURRENT_SOURCE_DIR}/freertos_idle_timer_task.cpp
)

Expand Down
15 changes: 0 additions & 15 deletions hepa-uv/simulator/gpio.cpp

This file was deleted.

1 change: 1 addition & 0 deletions hepa-uv/simulator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ auto handle_options(int argc, char** argv) -> po::variables_map {
static auto gpio_drive_pins = gpio_drive_hardware::GpioDrivePins{};

int main(int argc, char** argv) {
// TODO: (ba, 2024-01-18): Fix the simulator later on
signal(SIGINT, signal_handler);

LOG_INIT("HEPA/UV", []() -> const char* {
Expand Down

0 comments on commit e604ae8

Please sign in to comment.