From 7b23a11d9ed6b56fba016500ff6f5fa603d93577 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 6 Oct 2023 16:54:36 -0400 Subject: [PATCH] 0x0001_hello-world code --- 0x0001_hello-world/src/usart.c | 1 - 1 file changed, 1 deletion(-) 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)