File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
variants/XMC4700/config/XMC4700_Relax_Kit Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -401,9 +401,7 @@ const uint8_t NUM_DIGITAL = (sizeof(mapping_port_pin) / sizeof(XMC_PORT_PIN_t));
401
401
* Serial 1 is on-board port
402
402
*/
403
403
arduino ::RingBuffer rx_buffer_0 ;
404
- arduino ::RingBuffer tx_buffer_0 ;
405
404
arduino ::RingBuffer rx_buffer_1 ;
406
- arduino ::RingBuffer tx_buffer_1 ;
407
405
408
406
XMC_UART_t XMC_UART_0 = {
409
407
.channel = XMC_UART0_CH0 ,
@@ -440,9 +438,9 @@ XMC_UART_t XMC_UART_1 = {
440
438
.irq_service_request = 0 };
441
439
442
440
// Debug port
443
- Uart Serial (& XMC_UART_0 , & rx_buffer_0 , & tx_buffer_0 );
441
+ Uart Serial (& XMC_UART_0 , & rx_buffer_0 );
444
442
// On-board port
445
- Uart Serial1 (& XMC_UART_1 , & rx_buffer_1 , & tx_buffer_1 );
443
+ Uart Serial1 (& XMC_UART_1 , & rx_buffer_1 );
446
444
447
445
// // Three SPI instances possible
448
446
// XMC_SPI_t XMC_SPI_0 = {
You can’t perform that action at this time.
0 commit comments