Subversion Repositories MK3Mag

Rev

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

Rev 46 Rev 47
Line 217... Line 217...
217
 
217
 
218
        // no bytes to send
218
        // no bytes to send
Line 219... Line 219...
219
        txd_complete = TRUE;
219
        txd_complete = TRUE;
220
 
220
 
221
 
221
 
-
 
222
        UART_VersionInfo.SWMajor = VERSION_MAJOR;
222
        UART_VersionInfo.Major = VERSION_MAJOR;
223
        UART_VersionInfo.SWMinor = VERSION_MINOR;
Line 223... Line 224...
223
        UART_VersionInfo.Minor = VERSION_MINOR;
224
        UART_VersionInfo.SWPatch = VERSION_PATCH;
224
        UART_VersionInfo.Patch = VERSION_PATCH;
225
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
225
        UART_VersionInfo.Compatible = VERSION_SERIAL_COMPATIBLE;
226
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
226
 
227