diff options
| author | Rafael Silva <[email protected]> | 2022-03-30 13:56:00 +0100 |
|---|---|---|
| committer | Rafael Silva <[email protected]> | 2022-06-02 09:35:30 +0100 |
| commit | 79fd23974c04b18a7ebb2dfe14a170cb7c3e6f41 (patch) | |
| tree | 6ecb7687fb4682476e948db261870807fd007391 /src | |
| parent | 60aae59eeb1f656bddf87f026fdba48735e03280 (diff) | |
fix host preprocessor flag typo
Co-authored-by: Koji KITAYAMA <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/renesas/link/hcd_link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/renesas/link/hcd_link.c b/src/portable/renesas/link/hcd_link.c index f60c49114..4bb103936 100644 --- a/src/portable/renesas/link/hcd_link.c +++ b/src/portable/renesas/link/hcd_link.c @@ -27,7 +27,7 @@ #include "tusb_option.h" -#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RX63X || \ +#if CFG_TUH_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RX63X || \ CFG_TUSB_MCU == OPT_MCU_RX65X || \ CFG_TUSB_MCU == OPT_MCU_RX72N || \ CFG_TUSB_MCU == OPT_MCU_RAXXX) |
