fix some doxygen settings and stuffs add prepacked for IAR compiler

This commit is contained in:
hathach
2012-12-03 16:51:14 +07:00
parent aff644b7c3
commit b698b09a67
19 changed files with 261 additions and 36 deletions

View File

@@ -53,6 +53,8 @@
#if defined(__GNUC__)
#include "compiler_gcc.h"
#elif deinfed __ICCARM__ // IAR compiler
#include "compiler_iar.h"
#endif
#endif /* _TUSB_COMPILER_H_ */