1 parent 3f810da commit 220df85Copy full SHA for 220df85
1 file changed
zephyr/src/zephyr_getchar.c
@@ -23,7 +23,7 @@
23
extern int mp_interrupt_char;
24
void mp_keyboard_interrupt(void);
25
26
-static struct nano_sem uart_sem;
+static struct k_sem uart_sem;
27
#define UART_BUFSIZE 256
28
static uint8_t uart_ringbuf[UART_BUFSIZE];
29
static uint8_t i_get, i_put;
0 commit comments