diff options
| author | hathach <[email protected]> | 2025-12-15 16:05:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-15 16:05:24 +0700 |
| commit | 0355fa881981ba513cd92d0b37a4ef5fc4111df7 (patch) | |
| tree | da594e998a872995a33f669d6442dbfd68a263e6 /tools/iar_template.ipcf | |
| parent | fa36515e6f1fdeebb84056534b8f878e1f454770 (diff) | |
| parent | 9a22543bd2b97455045fa2810b67f7c2b8f6b8d0 (diff) | |
Merge branch 'master' into enum_catch
Diffstat (limited to 'tools/iar_template.ipcf')
| -rw-r--r-- | tools/iar_template.ipcf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf index 2581a4702..caddda826 100644 --- a/tools/iar_template.ipcf +++ b/tools/iar_template.ipcf @@ -217,7 +217,9 @@ </group> <group name="src/portable/st/stm32_fsdev"> <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c</path> - <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.h</path> + <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c</path> + <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.c</path> + <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.h</path> </group> <group name="src/portable/st/typec"> <path>$TUSB_DIR$/src/portable/st/typec/typec_stm32.c</path> |
