From 619b96eb49363eff5971b1052c1747bb20351d14 Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 3 Feb 2008 23:51:20 +0000 Subject: Factor out time print code and enhance it git-svn-id: https://svn.openpcd.org:2342/trunk@404 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openpicc/application/cmd.h') 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_*/ -- cgit v1.2.3