summaryrefslogtreecommitdiff
path: root/tinyusb/common/common.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-11-27 15:21:47 +0700
committerhathach <[email protected]>2012-11-27 15:21:47 +0700
commit06c16ae03f0c6b70283392b057137ac20fcb4d82 (patch)
tree64cd3847bd9cfa9c52ebc8d5ea957476a110024a /tinyusb/common/common.h
parente62963844bc41f16f4ec0da686c20019eae31c04 (diff)
added files
added some template code
Diffstat (limited to 'tinyusb/common/common.h')
-rw-r--r--tinyusb/common/common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index 466e08a28..40508b6fa 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -35,10 +35,11 @@
* This file is part of the tiny usb stack.
*/
-#ifndef COMMON_H_
-#define COMMON_H_
+#ifndef _TUSB_COMMON_H_
+#define _TUSB_COMMON_H_
#include "arch/arch.h"
#include "compiler/compiler.h"
+#include "errors.h"
-#endif /* COMMON_H_ */
+#endif /* _TUSB_COMMON_H_ */