diff options
| author | Sean Cross <[email protected]> | 2019-11-12 21:12:31 -0800 |
|---|---|---|
| committer | Sean Cross <[email protected]> | 2019-11-13 09:08:47 -0800 |
| commit | cc73990530f3cae083c47d17716edeff2b58ffb3 (patch) | |
| tree | 8794a3781540f5fb6e2b8134be4bd5fc11110e85 | |
| parent | 8c5f02960b7d41f663b0c6063a0cc268ef8d2270 (diff) | |
tusb: rename `foosn` to `valentyusb`
Use the name `valentyusb` as the vendor for the `valentyusb`
project, rather than the manufacturer name of the Fomu device.
This is because the `valentyusb` core can be used across multiple
vendors, much like how other cores can be used across chip vendors.
Signed-off-by: Sean Cross <[email protected]>
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index d2a9ad804..53b837f6d 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -70,7 +70,7 @@ #define OPT_MCU_CXD56 400 ///< SONY CXD56
-#define OPT_MCU_FOMU_EPTRI 600 ///< Fomu eptri config
+#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
/** @} */
|
