Clone of official tools
Diff: make.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 9:2d27d77ada5c
- Child:
- 22:9e85236d8716
diff -r f2e8a005c7d3 -r ab47a20b66f0 make.py --- a/make.py Tue Jun 14 11:33:06 2016 +0100 +++ b/make.py Thu Jul 14 20:21:19 2016 +0100 @@ -283,7 +283,7 @@ # Import pyserial: https://pypi.python.org/pypi/pyserial from serial import Serial - sleep(TARGET_MAP[mcu].program_cycle_s()) + sleep(TARGET_MAP[mcu].program_cycle_s) serial = Serial(options.serial, timeout = 1) if options.baud: