summaryrefslogtreecommitdiff
path: root/tinyusb/common/tusb_errors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2015-05-01 18:45:22 +0700
committerhathach <[email protected]>2015-05-01 18:45:22 +0700
commit62ae417add4f4806ae9b1bcf910708c4f0b8173b (patch)
treeab55622627b34f170ec73de7f55046fbac609de3 /tinyusb/common/tusb_errors.h
parentc73907f83107caa5c495c5121cdb4e660f5a0ea0 (diff)
formatting
Diffstat (limited to 'tinyusb/common/tusb_errors.h')
-rw-r--r--tinyusb/common/tusb_errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_errors.h b/tinyusb/common/tusb_errors.h
index 74777e670..98abe0aa6 100644
--- a/tinyusb/common/tusb_errors.h
+++ b/tinyusb/common/tusb_errors.h
@@ -94,7 +94,8 @@
/// \brief Error Code returned
-typedef enum {
+typedef enum
+{
ERROR_TABLE(ERROR_ENUM)
TUSB_ERROR_COUNT
}tusb_error_t;