Skip to content

Commit c7e7df3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 90ac60f commit c7e7df3

File tree

1 file changed

+1
-1
lines changed
  • pytest-embedded-arduino/pytest_embedded_arduino

1 file changed

+1
-1
lines changed

pytest-embedded-arduino/pytest_embedded_arduino/serial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def flash(self) -> None:
5454
'--chip',
5555
self.app.target,
5656
'write-flash',
57-
'0x0', # Merged binary is flashed at offset 0
57+
'0x0', # Merged binary is flashed at offset 0
5858
self.app.binary_file,
5959
*flash_settings,
6060
],

0 commit comments

Comments
 (0)