bugfix
This commit is contained in:
parent
02cd58b640
commit
5fa45fbab9
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue