Added support for custom checksums

This commit is contained in:
2018-01-23 21:02:47 +01:00
parent b74bda7cf5
commit 91e1c25c6d
6 changed files with 172 additions and 145 deletions
+1
View File
@@ -6,6 +6,7 @@
#define TF_CONFIG_H
#include <stdint.h>
#include <stdio.h>
#define TF_ID_BYTES 1
#define TF_LEN_BYTES 2
+1
View File
@@ -6,6 +6,7 @@
#define TF_CONFIG_H
#include <stdint.h>
#include <stdio.h>
#define TF_ID_BYTES 1
#define TF_LEN_BYTES 2
+1
View File
@@ -6,6 +6,7 @@
#define TF_CONFIG_H
#include <stdint.h>
#include <stdio.h>
#define TF_ID_BYTES 1
#define TF_LEN_BYTES 2