summaryrefslogtreecommitdiff
path: root/openpicc/application/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/application/cmd.h')
-rw-r--r--openpicc/application/cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/cmd.h b/openpicc/application/cmd.h
index 0033b58..a93d8f0 100644
--- a/openpicc/application/cmd.h
+++ b/openpicc/application/cmd.h
@@ -14,6 +14,7 @@ portBASE_TYPE vCmdInit(void);
extern void DumpUIntToUSB(unsigned int data);
extern void DumpStringToUSB(char *string);
extern void DumpBufferToUSB(char* buffer, int len);
+extern void DumpTimeToUSB(long ticks);
extern xQueueHandle xCmdQueue;
#endif /*CMD_H_*/
personal git repositories of Harald Welte. Your mileage may vary