mirror of https://github.com/rusefi/wideband.git
angry comment
This commit is contained in:
parent
ea8c1a7d1a
commit
d4742d81e7
|
@ -22,6 +22,8 @@ enum class Fault : uint8_t
|
|||
|
||||
struct StandardData
|
||||
{
|
||||
// DO NOT move the version field - its position and format must be
|
||||
// fixed so that incompatible versions can be idenfitied.
|
||||
uint8_t Version;
|
||||
uint8_t Valid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue