From c8cae1d82db57eca12a54f181660e579ac3ef27c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 18 Jul 2023 09:56:09 +0200 Subject: score: Move _IO_Relax() to new This function is not a super core service. --- bsps/shared/grlib/uart/apbuart_polled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/shared') diff --git a/bsps/shared/grlib/uart/apbuart_polled.c b/bsps/shared/grlib/uart/apbuart_polled.c index f3e4997a12..84c31795df 100644 --- a/bsps/shared/grlib/uart/apbuart_polled.c +++ b/bsps/shared/grlib/uart/apbuart_polled.c @@ -38,7 +38,7 @@ #include #include -#include +#include void apbuart_outbyte_wait( const apbuart *regs ) { -- cgit v1.2.3