Skip to content

Commit 9fd6a28

Browse files
committed
zephyr: Remove unneeded includes in machine_uart.c.
Signed-off-by: Daniel Campora <[email protected]>
1 parent cd6c0ea commit 9fd6a28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ports/zephyr/machine_uart.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@
3333
#include <zephyr/drivers/uart.h>
3434

3535
#include "py/mperrno.h"
36-
#include "py/obj.h"
37-
#include "py/runtime.h"
38-
#include "py/stream.h"
3936
#include "py/ringbuf.h"
4037
#include "zephyr_device.h"
41-
#include "extmod/modmachine.h"
4238

4339

4440
#define MACHINE_UART_RTS 1

0 commit comments

Comments
 (0)