Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Jul 21, 2024
1 parent 51c85da commit 7626e88
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 32 deletions.
6 changes: 3 additions & 3 deletions Tests/HardwareTests/Crc32.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
//! @author Daniel Schloms <daniel.schloms@spaceteam.at>


#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Serial/Byte.hpp>
#include <Sts1CobcSw/Utility/Crc32.hpp>
#include <Sts1CobcSw/Utility/Span.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <rodos_no_using_namespace.h>

#include <array>
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/DisableRfLatchupProtection.test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Sts1CobcSw/Hal/GpioPin.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>

#include <rodos_no_using_namespace.h>


Expand Down
3 changes: 2 additions & 1 deletion Tests/HardwareTests/EduCommands.test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Edu/Edu.hpp>
#include <Sts1CobcSw/Edu/Types.hpp>
#include <Sts1CobcSw/Hal/GpioPin.hpp>
Expand All @@ -8,7 +10,6 @@
#include <Sts1CobcSw/Utility/Time.hpp>

#include <strong_type/type.hpp>
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>

Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/Eps.test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Periphery/Eps.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>

#include <cstddef>
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/FileSystem.test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/FileSystem/FileSystem.hpp>
#include <Sts1CobcSw/Hal/GpioPin.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <littlefs/lfs.h>

#include <rodos_no_using_namespace.h>
Expand Down
6 changes: 3 additions & 3 deletions Tests/HardwareTests/Flash.test.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Periphery/Flash.hpp>
#include <Sts1CobcSw/Serial/Byte.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <rodos_no_using_namespace.h>

#include <algorithm>
Expand Down
5 changes: 3 additions & 2 deletions Tests/HardwareTests/Fram.test.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

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

#include <strong_type/type.hpp>
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <rodos/support/support-libs/random.h>
#include <rodos_no_using_namespace.h>
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/Gpio.test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Hal/IoNames.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>

#include <array>
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/MaxPower.test.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

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

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

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

Expand Down
6 changes: 3 additions & 3 deletions Tests/HardwareTests/Rf.test.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Periphery/Rf.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>
#include <Tests/HardwareTests/Utility.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Periphery/Rf.hpp>

#include <rodos_no_using_namespace.h>


Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/RfLatchupDisablePin.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Sts1CobcSw/Hal/IoNames.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/IoNames.hpp>


namespace sts1cobcsw
{
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Edu/Edu.hpp>
#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Hal/IoNames.hpp>
#include <Sts1CobcSw/Hal/Uart.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>


Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/Uart.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
//!
//! After flashing the COBC just follow the instructions on the screen.

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Hal/IoNames.hpp>
#include <Sts1CobcSw/Hal/Uart.hpp>
#include <Sts1CobcSw/Serial/Byte.hpp>
#include <Sts1CobcSw/Utility/Span.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>

#include <array>
Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/Watchdog.test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Hal/IoNames.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>


Expand Down
4 changes: 2 additions & 2 deletions Tests/HardwareTests/WatchdogClear.test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <Sts1CobcSw/Hal/GpioPin.hpp>
#include <Sts1CobcSw/Hal/IoNames.hpp>

#include <Tests/HardwareTests/RfLatchupDisablePin.hpp>

#include <rodos_no_using_namespace.h>


Expand Down

0 comments on commit 7626e88

Please sign in to comment.