Skip to content

Commit

Permalink
Fix some includes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Nov 2, 2024
1 parent d5a484f commit 1ac2489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Sts1CobcSw/CobcSoftware/CommandParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

#include <cinttypes> // IWYU pragma: keep


namespace sts1cobcsw
{


auto DispatchCommand(etl::vector<Byte, commandSize> const & command) -> void
{
auto gsCommandHeader =
Expand Down
3 changes: 3 additions & 0 deletions Sts1CobcSw/CobcSoftware/FramEpsStartupTestThread.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <Sts1CobcSw/CobcSoftware/FramEpsStartupTestThread.hpp>
#include <Sts1CobcSw/CobcSoftware/SpiStartupTestAndSupervisorThread.hpp>
#include <Sts1CobcSw/CobcSoftware/ThreadPriorities.hpp>
#include <Sts1CobcSw/FramSections/FramLayout.hpp>
#include <Sts1CobcSw/FramSections/PersistentVariables.hpp>
#include <Sts1CobcSw/Periphery/Eps.hpp>
#include <Sts1CobcSw/Periphery/Fram.hpp>
#include <Sts1CobcSw/Utility/Debug.hpp>
Expand All @@ -9,6 +11,7 @@

#include <rodos_no_using_namespace.h>

#include <algorithm>
#include <array>


Expand Down
8 changes: 7 additions & 1 deletion Tests/HardwareTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ target_sources(
)
target_link_libraries(
Sts1CobcSwTests_SpiSupervisor
PRIVATE rodos::rodos Sts1CobcSw_Periphery Sts1CobcSw_Utility Sts1CobcSw_Hal Sts1CobcSw_Serial
PRIVATE rodos::rodos
strong_type::strong_type
Sts1CobcSw_FramSections
Sts1CobcSw_Hal
Sts1CobcSw_Periphery
Sts1CobcSw_Serial
Sts1CobcSw_Utility
Sts1CobcSwTests_RfLatchupDisablePin
)
add_watchdog_version_of(SpiSupervisor)
Expand Down

0 comments on commit 1ac2489

Please sign in to comment.