Skip to content
Snippets Groups Projects
Commit c5923e29 authored by Peter Švihra's avatar Peter Švihra
Browse files

fixed missing comma

parent cf29b8b5
Branches
No related merge requests found
......@@ -212,7 +212,7 @@ class PayloadFormat():
8: IVTFormat,
9: LogMsgFormat,
10: TargetFormat,
11: BatteryFormat
11: BatteryFormat,
12: LoopStatusFormat
}
ReturnType = DATA_TYPE_TO_CLASS[rec_bytes[5]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment