From c63871ac816955469c7178eed3467de52d4c05e7 Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 18 Nov 2007 00:04:42 +0000 Subject: Add (ring-)buffered print functions to enable debug output from IRQ handlers or similar situations git-svn-id: https://svn.openpcd.org:2342/trunk@330 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 8c048f2..0033b58 100644 --- a/openpicc/application/cmd.h +++ b/openpicc/application/cmd.h @@ -11,6 +11,7 @@ typedef struct { } cmd_type; portBASE_TYPE vCmdInit(void); +extern void DumpUIntToUSB(unsigned int data); extern void DumpStringToUSB(char *string); extern void DumpBufferToUSB(char* buffer, int len); extern xQueueHandle xCmdQueue; -- cgit v1.2.3