Skip to content

Commit

Permalink
Fix includes in SpiSupervisor.test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Jul 27, 2024
1 parent e50fff6 commit 994e1bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/HardwareTests/SpiSupervisor.test.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Periphery/Flash.hpp>
#include <Sts1CobcSw/Periphery/Fram.hpp>
#include <Sts1CobcSw/Periphery/Rf.hpp>
#include <Sts1CobcSw/Serial/Byte.hpp>
#include <Sts1CobcSw/Utility/Span.hpp>

#include <rodos/support/support-libs/random.h>
#include <rodos_no_using_namespace.h>

#include <array>
#include <cstdint>


namespace sts1cobcsw
{
Expand Down

0 comments on commit 994e1bb

Please sign in to comment.