Subversion Repositories NaviCtrl

Rev

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

Rev 201 Rev 212
Line 255... Line 255...
255
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
255
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
256
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
256
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
Line 257... Line 257...
257
 
257
 
Line 258... Line 258...
258
        NaviData.Version = NAVIDATA_VERSION;
258
        NaviData.Version = NAVIDATA_VERSION;
259
 
259
 
Line 260... Line 260...
260
        UART1_PutString("\r\nUART1 init...ok");
260
        UART1_PutString("\r\n UART1 init...ok");
261
}
261
}