Skip to content

Commit

Permalink
remove unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 12, 2024
1 parent 9e01c30 commit acae075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions hepa-uv/core/tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

#pragma GCC diagnostic push
// NOLINTNEXTLINE(clang-diagnostic-unknown-warning-option)
#pragma GCC diagnostic ignored "-Wvolatile"
#include "hepa-uv/firmware/utility_gpio.h"
#pragma GCC diagnostic pop

static auto tasks = hepauv_tasks::AllTask{};
static auto queues = hepauv_tasks::QueueClient{can::ids::NodeId::hepa_uv};
Expand Down
3 changes: 0 additions & 3 deletions include/hepa-uv/firmware/utility_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#include <stdbool.h>
#include <stdint.h>

#include "platform_specific_hal_conf.h"


#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
Expand Down

0 comments on commit acae075

Please sign in to comment.