diff options
| author | HiFiPhile <[email protected]> | 2023-05-12 13:13:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-12 13:13:42 +0200 |
| commit | 9c1918fe465b9cbb77540bf3c37b64103a537d47 (patch) | |
| tree | da1e0ba40ae114e5602ea25b0a327295a82e49d4 | |
| parent | 4be7546372eb18f4e33293f5ba9ab78b1303f6b6 (diff) | |
Remove deprecated dcd_synopsys
| -rw-r--r-- | tools/iar_template.ipcf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf index 32bfce08c..6ea1d576d 100644 --- a/tools/iar_template.ipcf +++ b/tools/iar_template.ipcf @@ -147,9 +147,6 @@ <group name="src/portable/st/stm32_fsdev"> <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c</path> </group> - <group name="src/portable/st/synopsys"> - <path>$TUSB_DIR$/src/portable/st/synopsys/dcd_synopsys.c</path> - </group> <group name="src/portable/sunxi"> <path>$TUSB_DIR$/src/portable/sunxi/dcd_sunxi_musb.c</path> </group> |
