This commit is contained in:
Philipp Rauch 2014-03-05 14:57:05 +01:00
parent 02cd58b640
commit 5fa45fbab9

View file

@ -13,8 +13,8 @@ import numpy
_csv_lookup = { 'offset' : 'offset', _csv_lookup = { 'offset' : 'offset',
'type' : 'value - type', 'type' : 'value - type',
'size' : 'size (Byte)', 'size' : 'size (Byte)',
'name' : 'Value name' 'name' : 'Value name',
'time_offset' : 797} 'time_offset' : 797}
def setup(conf): def setup(conf):