From 1f3c9ed69dce91841a4b82541d334562fccbe82b Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 27 Dec 2012 17:28:53 +0700 Subject: start add makefile for keyboard demo --- tinyusb/common/errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.c') diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c index 4c60e5e47..65e4c4e28 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/errors.c @@ -39,6 +39,7 @@ #if TUSB_CFG_DEBUG == 3 +// TODO X macro to remove define/undefine char const* const TUSB_ErrorStr[] = { # define ERROR_ENUM(x) #x, # include "errors_def" -- cgit v1.3.1