Subversion Repositories NaviCtrl

Rev

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

Rev 77 Rev 89
Line 238... Line 238...
238
        UART_VersionInfo.SWMinor = VERSION_MINOR;
238
        UART_VersionInfo.SWMinor = VERSION_MINOR;
239
        UART_VersionInfo.SWPatch = VERSION_PATCH;
239
        UART_VersionInfo.SWPatch = VERSION_PATCH;
240
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
240
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
241
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
241
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
Line -... Line 242...
-
 
242
 
-
 
243
        NaviData.Version = NAVIDATA_VERSION;
242
 
244
 
243
        SerialPutString("\r\nUART1 init...ok");
245
        SerialPutString("\r\nUART1 init...ok");
Line 244... Line 246...
244
}
246
}