fixed building errors with device example

This commit is contained in:
hathach
2012-12-04 11:30:34 +07:00
parent 921561be60
commit 8f00307986
9 changed files with 13 additions and 10 deletions
+1
View File
@@ -67,6 +67,7 @@
#include "compiler/compiler.h"
#include "errors.h"
#include "core/tusb_types.h"
#include "core/std_descriptors.h"
/// min value
#ifndef MIN
+1 -1
View File
@@ -53,7 +53,7 @@
#if defined(__GNUC__)
#include "compiler_gcc.h"
#elif deinfed __ICCARM__ // IAR compiler
#elif defined __ICCARM__ // IAR compiler
#include "compiler_iar.h"
#endif