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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 53c9379c3..d5c372368 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -59,6 +59,7 @@ * \brief Error Code returned */ +// TODO X macro to remove define/undefine typedef enum { # define ERROR_ENUM(x) x, # include "errors_def" -- cgit v1.3.1