diff options
| author | hathach <[email protected]> | 2024-06-14 16:06:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-14 16:06:37 +0700 |
| commit | 33f5547ed435f33259afc2a8e906eb7a258fbdd6 (patch) | |
| tree | b99975931d78579a58c7bc8e7a28ddd9b8a20d92 /src/tusb_option.h | |
| parent | 969b06d77c8a37510c9bed8dde377ff7bf462a30 (diff) | |
add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index db8b94580..1ca09e902 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -24,8 +24,8 @@ * This file is part of the TinyUSB stack. */ -#ifndef _TUSB_OPTION_H_ -#define _TUSB_OPTION_H_ +#ifndef TUSB_OPTION_H_ +#define TUSB_OPTION_H_ #include "common/tusb_compiler.h" @@ -182,7 +182,7 @@ #define OPT_MCU_CH32V307 2200 ///< WCH CH32V307 #define OPT_MCU_CH32F20X 2210 ///< WCH CH32F20x #define OPT_MCU_CH32V20X 2220 ///< WCH CH32V20X - +#define OPT_MCU_CH32V103 2230 ///< WCH CH32V103 // NXP LPC MCX #define OPT_MCU_MCXN9 2300 ///< NXP MCX N9 Series |
