Browse Source

LogAnalyzer: Fix indent which I broke when merging.

master
Aaron Curtis 11 years ago committed by Craig Elder
parent
commit
fc79a06b9f
  1. 2
      Tools/LogAnalyzer/DataflashLog.py

2
Tools/LogAnalyzer/DataflashLog.py

@ -15,7 +15,7 @@ import ctypes @@ -15,7 +15,7 @@ import ctypes
class Format(object):
'''Data channel format as specified by the FMT lines in the log file'''
def __init__(self,msgType,msgLen,name,types,labels):
self.NAME = 'FMT'
self.NAME = 'FMT'
self.msgType = msgType
self.msgLen = msgLen
self.name = name

Loading…
Cancel
Save