Subversion Repositories FlightCtrl

Rev

Rev 2340 | Rev 2346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2340 Rev 2342
Line 678... Line 678...
678
 
678
 
679
        VersionInfo.SWMajor = VERSION_MAJOR;
679
        VersionInfo.SWMajor = VERSION_MAJOR;
680
        VersionInfo.SWMinor = VERSION_MINOR;
680
        VersionInfo.SWMinor = VERSION_MINOR;
681
        VersionInfo.SWPatch = VERSION_PATCH;
681
        VersionInfo.SWPatch = VERSION_PATCH;
-
 
682
        VersionInfo.ProtoMajor  = VERSION_SERIAL_MAJOR;
-
 
683
        VersionInfo.reserved1  = 0;
682
        VersionInfo.ProtoMajor  = VERSION_SERIAL_MAJOR;
684
        VersionInfo.reserved2  = 0;
683
        VersionInfo.ProtoMinor  = VERSION_SERIAL_MINOR;
-
 
684
 
685
    VersionInfo.HWMajor = PlatinenVersion;
685
        pRxData = 0;
686
        pRxData = 0;
686
        RxDataLen = 0;
687
        RxDataLen = 0;
Line 687... Line 688...
687
}
688
}