added nrf54l15 as target
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#define RING_BUF_SIZE 2048
|
||||
#define UART_NODE DT_NODELABEL(uart4)
|
||||
#define UART_NODE DT_CHOSEN(uros_uart)
|
||||
|
||||
char uart_in_buffer[RING_BUF_SIZE];
|
||||
char uart_out_buffer[RING_BUF_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user