diff options
| author | Rafael Silva <[email protected]> | 2022-03-09 12:19:45 +0000 |
|---|---|---|
| committer | Rafael Silva <[email protected]> | 2022-06-02 09:35:30 +0100 |
| commit | a936bafb8c1e0c6f125fdae90ffe57bf0deed57c (patch) | |
| tree | 8ceea8ecd5b9473b98b5504e35d2d275ff4fcb9f /src/common | |
| parent | 2a17a7e8f851c1a29d7e06ff520d15f36b7a652c (diff) | |
add support for renesas ra family of mcus
Signed-off-by: Rafael Silva <[email protected]>
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index c1cf2a810..5daa37f04 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -236,7 +236,7 @@ #define TUP_DCD_ENDPOINT_MAX 7 //------------- Renesas -------------// -#elif TU_CHECK_MCU(OPT_MCU_RX63X, OPT_MCU_RX65X, OPT_MCU_RX72N) +#elif TU_CHECK_MCU(OPT_MCU_RX63X, OPT_MCU_RX65X, OPT_MCU_RX72N, OPT_MCU_RAXXX) #define TUP_DCD_ENDPOINT_MAX 10 //------------- GigaDevice -------------// |
