Subversion Repositories NaviCtrl

Rev

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

Rev 255 Rev 265
Line 745... Line 745...
745
        {
745
        {
746
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'0', NC_ADDRESS, 1, (u8 *) &tDebug, sizeof(tDebug));
746
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'0', NC_ADDRESS, 1, (u8 *) &tDebug, sizeof(tDebug));
747
                SendDebugOutput = 0;
747
                SendDebugOutput = 0;
748
        }
748
        }
749
#endif  
749
#endif  
750
 
-
 
751
        UART1_Transmit(); // output pending bytes in tx buffer
750
        UART1_Transmit(); // output pending bytes in tx buffer
752
}
751
}