aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/avrsim.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-02-27 13:16:22 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-02-27 13:16:22 -0500
commit060757764a7275b63bd2cfb21a5dc0330042588c (patch)
tree4b5aee3ca97f0c3ddfc9cfdaa63d110d59fdd0c5 /scripts/avrsim.py
parent72050e73526616f0ee039000e57490038db47f87 (diff)
downloadkutter-060757764a7275b63bd2cfb21a5dc0330042588c.tar.gz
kutter-060757764a7275b63bd2cfb21a5dc0330042588c.tar.xz
kutter-060757764a7275b63bd2cfb21a5dc0330042588c.zip
avrsim: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/avrsim.py')
-rwxr-xr-xscripts/avrsim.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/avrsim.py b/scripts/avrsim.py
index 1d3d332a..a48aeee7 100755
--- a/scripts/avrsim.py
+++ b/scripts/avrsim.py
@@ -162,8 +162,8 @@ def main():
default="atmega644", help="type of AVR machine to simulate")
opts.add_option("-s", "--speed", type="int", dest="speed", default=8000000,
help="machine speed")
- opts.add_option("-r", "--rate", type="float", dest="pacing_rate", default=0.,
- help="real-time pacing rate")
+ opts.add_option("-r", "--rate", type="float", dest="pacing_rate",
+ default=0., help="real-time pacing rate")
opts.add_option("-b", "--baud", type="int", dest="baud", default=38400,
help="baud rate of the emulated serial port")
opts.add_option("-t", "--trace", type="string", dest="trace",