added logging support for better debug

This commit is contained in:
2018-01-12 10:09:52 +01:00
parent 530577958d
commit b74bda7cf5
6 changed files with 40 additions and 5 deletions
+2
View File
@@ -22,4 +22,6 @@ typedef uint8_t TF_COUNT;
#define TF_MAX_GEN_LST 5
#define TF_PARSER_TIMEOUT_TICKS 10
#define TF_Error(format, ...) printf("[TF] " format "\n", ##__VA_ARGS__)
#endif //TF_CONFIG_H