refactor: Removed Unused Imports
This commit is contained in:
parent
7bdb0dbf1a
commit
663e87237a
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "pico/stdlib.h"
|
||||
#include "hardware/uart.h"
|
||||
|
||||
#define UART_ID uart0
|
||||
#define BAUD_RATE 115200 // Baud rate of UART
|
||||
|
|
Loading…
Reference in New Issue