Skip to content

Commit d73812f

Browse files
authored
Merge pull request #19 from arduino/dev
fix: arduino_alvik.update_firmware cant find stm32_flash
2 parents 3a92145 + 239c7bc commit d73812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_alvik/arduino_alvik.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ def update_firmware(file_path: str):
13481348
"""
13491349

13501350
from sys import exit
1351-
from stm32_flash import (
1351+
from .stm32_flash import (
13521352
CHECK_STM32,
13531353
STM32_endCommunication,
13541354
STM32_startCommunication,

0 commit comments

Comments
 (0)