diff options
| author | hathach <[email protected]> | 2019-11-04 14:54:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-04 14:54:04 +0700 |
| commit | 6baa79b3308d4637f7a22ad73a5ac26f9ef6b491 (patch) | |
| tree | c2a5b1b698070e6f618b6fad7adae8541bfc41c2 /src/tusb_option.h | |
| parent | e2b6f8c92bdf04036b4269d77f561869cf4da9fe (diff) | |
board test works
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index fc509ae76..5700bc8a5 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -36,6 +36,8 @@ * \ref CFG_TUSB_MCU must be defined to one of these
* @{ */
+#define OPT_MCU_NONE 0
+
// LPC
#define OPT_MCU_LPC11UXX 1 ///< NXP LPC11Uxx
#define OPT_MCU_LPC13XX 2 ///< NXP LPC13xx
|
