summaryrefslogtreecommitdiff
path: root/firmware/src/uid64.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/uid64.h')
-rw-r--r--firmware/src/uid64.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/src/uid64.h b/firmware/src/uid64.h
deleted file mode 100644
index cd3fb13..0000000
--- a/firmware/src/uid64.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <zephyr/devicetree.h>
-
-/* 2 chars per byte (hex), 1 char per ':' delimiter and one char for \0 */
-#define UID64_STR_LEN (8*2 + 7*1 + 1)
-
-uint64_t uid64_get(void);
-void uid64_to_string(uint64_t, char *str);
-bool uid64_available(void);