summaryrefslogtreecommitdiffstats
path: root/bsps/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-18 09:56:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-24 17:51:48 +0200
commitc8cae1d82db57eca12a54f181660e579ac3ef27c (patch)
tree18ab7142662b394afec0fbd87b09bcd39b66868f /bsps/shared
parentbsps/imxrt: Add imxrt1166_cm7_saltshaker BSP (diff)
downloadrtems-c8cae1d82db57eca12a54f181660e579ac3ef27c.tar.bz2
score: Move _IO_Relax() to new <rtems/dev/io.h>
This function is not a super core service.
Diffstat (limited to 'bsps/shared')
-rw-r--r--bsps/shared/grlib/uart/apbuart_polled.c2
1 files changed, 1 insertions, 1 deletions
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 <grlib/apbuart.h>
#include <grlib/io.h>
-#include <rtems/score/io.h>
+#include <rtems/dev/io.h>
void apbuart_outbyte_wait( const apbuart *regs )
{