sketch for get cmd code name

This commit is contained in:
merlokk
2018-11-17 01:55:29 +02:00
parent 8201526f6e
commit f4bb63a728
3 changed files with 20 additions and 9 deletions

View File

@@ -17,6 +17,6 @@
#include <stddef.h>
#include <stdint.h>
extern int TinyCborPrintFIDOPackage(uint8_t *data, size_t length);
extern int TinyCborPrintFIDOPackage(uint8_t cmdCode, uint8_t *data, size_t length);
#endif /* __CBORTOOLS_H__ */