Issue #18: Implement CRC calculation module

This commit is contained in:
2020-09-05 12:17:16 +02:00
parent 928dbfb9f3
commit 04008a07c0
5 changed files with 99 additions and 3 deletions

View File

@@ -52,5 +52,4 @@ struct safety_memory_boot_status {
uint32_t code_updated;
};
#endif /* __SAFETY_MEMORY_H__ */