Split off the CRC code to its own module.

This commit is contained in:
OBattler
2025-02-15 07:09:14 +01:00
parent 4a93a939fb
commit c6dfd688f4
5 changed files with 143 additions and 57 deletions

View File

@@ -17,6 +17,7 @@
add_library(utils OBJECT
cJSON.c
crc.c
fifo.c
fifo8.c
ini.c