Skip to content

Commit

Permalink
Add StartupTestStubs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchmela authored and PatrickKa committed Sep 3, 2024
1 parent 1d13f3d commit 72944b6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Sts1CobcSw/CobcSoftware/StartupTestStubs.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#include <Sts1CobcSw/CobcSoftware/SpiStartupTestAndSupervisorThread.hpp>


namespace sts1cobcsw
{
auto ResumeFlashStartupTestThread() -> void
{
ResumeSpiStartupTestAndSupervisorThread();
}


auto ResumeFramEpsStartupTestThread() -> void
{
ResumeSpiStartupTestAndSupervisorThread();
}


auto ResumeRfStartupTestThread() -> void
{
ResumeSpiStartupTestAndSupervisorThread();
}
}

0 comments on commit 72944b6

Please sign in to comment.