diff options
| author | hathach <[email protected]> | 2022-03-02 12:22:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-02 12:22:20 +0700 |
| commit | 918f3e9caec1e5566feac9214b7142b950a3d27c (patch) | |
| tree | fbda8df2d0f56f01e6cc0eba7220b3bfc45a6ee1 /src/tusb_option.h | |
| parent | d3ed76902eaf52a61f19d88c941045ea1fc5b808 (diff) | |
minor rename
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 25e536787..44cdaa3a6 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -252,7 +252,7 @@ //--------------------------------------------------------------------+ -// COMMON OPTIONS +// Common Options (Default) //--------------------------------------------------------------------+ // Debug enable to print out error message @@ -280,7 +280,7 @@ #endif //-------------------------------------------------------------------- -// DEVICE OPTIONS +// Device Options (Default) //-------------------------------------------------------------------- #ifndef CFG_TUD_ENDPOINT0_SIZE @@ -345,7 +345,7 @@ #endif //-------------------------------------------------------------------- -// HOST OPTIONS +// Host Options (Default) //-------------------------------------------------------------------- #if CFG_TUH_ENABLED #ifndef CFG_TUH_DEVICE_MAX @@ -383,6 +383,11 @@ #define CFG_TUH_VENDOR 0 #endif +// Enable PIO-USB software host controller +#ifndef CFG_TUH_RPI_PIO_USB +#define CFG_TUH_RPI_PIO_USB 0 +#endif + //------------------------------------------------------------------ // Configuration Validation //------------------------------------------------------------------ |
