Skip to content

Commit

Permalink
Refactor includes in threads.hpp
Browse files Browse the repository at this point in the history
Remove unnecessary includes from threads.hpp to streamline dependencies. This improves compilation times and reduces potential for conflicts.
  • Loading branch information
Charles-Mahoudeau committed Aug 31, 2024
1 parent f427274 commit 9c883b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/tasks/src/threads.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
#define THREADS_HPP

#include "tasks.hpp"
#include "standby.hpp"

#include <gsm.hpp>

extern EventHandler eventHandlerBack;
extern EventHandler eventHandlerApp;

#include <stdint.h>
#include <string.h>

#define CORE_APP 1
#define CORE_BACK 0

Expand Down

0 comments on commit 9c883b3

Please sign in to comment.