Skip to content

Commit 4613e52

Browse files
committed
rename device
Signed-off-by: Major Lin <[email protected]>
1 parent 0512d43 commit 4613e52

File tree

2 files changed

+0
-98
lines changed

2 files changed

+0
-98
lines changed

pyocd/target/builtin/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
from . import target_MPS3_AN540
123123
from . import target_RP2040
124124
from . import target_ytm32b1ld0
125-
from . import target_ytm32b1md0
126125
from . import target_ytm32b1me0
127126

128127
## @brief Dictionary of all builtin targets.
@@ -282,6 +281,5 @@
282281
'rp2040_core0' : target_RP2040.RP2040Core0,
283282
'rp2040_core1' : target_RP2040.RP2040Core1,
284283
'ytm32b1ld0': target_ytm32b1ld0.YTM32B1LD0,
285-
'ytm32b1md0': target_ytm32b1md0.YTM32B1MD0,
286284
'ytm32b1me0': target_ytm32b1me0.YTM32B1ME0,
287285
}

pyocd/target/builtin/target_ytm32b1md0.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)