Skip to content

Commit 9e53906

Browse files
author
Luke Valenty
committed
make boot fix universal for 2 and 3
1 parent f51a639 commit 9e53906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programmer/tinyprog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def program(self, addr, data):
313313

314314

315315
def boot(self):
316-
self.ser.write("\x00")
316+
self.ser.write(b"\x00")
317317
self.ser.flush()
318318

319319

0 commit comments

Comments
 (0)