summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/crc/crc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/e2e_protection/include/crc/crc.hpp')
-rw-r--r--implementation/e2e_protection/include/crc/crc.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/implementation/e2e_protection/include/crc/crc.hpp b/implementation/e2e_protection/include/crc/crc.hpp
index 6120d86..b8d5688 100644
--- a/implementation/e2e_protection/include/crc/crc.hpp
+++ b/implementation/e2e_protection/include/crc/crc.hpp
@@ -14,9 +14,9 @@ namespace vsomeip_v3 {
class e2e_crc {
public:
static uint8_t calculate_profile_01(buffer_view _buffer_view,
- const uint8_t _start_value = 0x00U);
+ const uint8_t _start_value = 0x00U);
static uint32_t calculate_profile_04(buffer_view _buffer_view,
- const uint32_t _start_value = 0x00000000U);
+ const uint32_t _start_value = 0x00000000U);
static uint32_t calculate_profile_custom(buffer_view _buffer_view);