mirror of https://github.com/rusefi/wideband.git
code comment typo (#239)
This commit is contained in:
parent
998d75557d
commit
82fa49a099
|
@ -40,7 +40,7 @@ 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.
|
||||
// fixed so that incompatible versions can be identified.
|
||||
uint8_t Version;
|
||||
uint8_t Valid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue