diff --git a/0x0001_hello-world/src/usart.c b/0x0001_hello-world/src/usart.c index 3e77647..5a08ac7 100644 --- a/0x0001_hello-world/src/usart.c +++ b/0x0001_hello-world/src/usart.c @@ -7,7 +7,6 @@ * DATE: October 6, 2023 */ - #include "usart.h" __attribute__((weak)) int _write(int file, char *ptr, int len)