Skip to content

Commit 88fb939

Browse files
committed
Fix mcu test (soc -> mcu)
1 parent 2e87790 commit 88fb939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mcu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from qiling.core import Qiling
1111
from qiling.const import QL_VERBOSE
12-
from qiling.extensions.soc.stm32f4 import stm32f407, stm32f411
13-
from qiling.extensions.soc.gd32vf1 import gd32vf103
12+
from qiling.extensions.mcu.stm32f4 import stm32f407, stm32f411
13+
from qiling.extensions.mcu.gd32vf1 import gd32vf103
1414

1515
class MCUTest(unittest.TestCase):
1616
def test_mcu_led_stm32f411(self):

0 commit comments

Comments
 (0)