Skip to content
Snippets Groups Projects
Unverified Commit c3dbf06e authored by Dimitrios Stoupis's avatar Dimitrios Stoupis
Browse files

Add the memory limits file in a better way

parent 4e2de276
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#include "Service.hpp"
#include "Services/RequestVerificationService.hpp"
#include "Helpers/CRCHelper.hpp"
#include "Platform/ARM/MemoryAddressLimits_STM32F7.hpp"
#include "Platform/STM32F7/MemoryAddressLimits.hpp"
class MemoryManagementService : public Service {
......
......@@ -134,7 +134,7 @@ TEST_CASE("Requirement 7.3.5 (Signed integer)", "[message][ecss]") {
SECTION("7.4.3") {
// Make sure the endianness of the message data is correct
// As per the ECSS standard, stored data should be big-endian. However, ARM and ARM
// As per the ECSS standard, stored data should be big-endian. However, ARM and x86
// processors store data in little endian format. As a result, special care needs to be
// taken for compliance.
CHECK(message.data[1] == 0xe4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment