From 8cd811e2a9760afc1702ae0a872e999517bfcb40 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 29 Nov 2012 10:41:33 +0700 Subject: start to work with doxygen fix mem_size/mem_base usage with device rom driver --- tinyusb/common/errors.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tinyusb/common/errors.c') diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c index 90753786b..c0878ef67 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/errors.c @@ -35,3 +35,8 @@ * This file is part of the tiny usb stack. */ +char const* const TUSB_ErrorStr[] = { +# define ERROR_ENUM(x) #x, +# include "errors_def" +# undef ERROR_ENUM +}; -- cgit v1.3.1