From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/thread/prodcons/prodcons.cpp | 4 ++-- examples/thread/semaphores/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/thread') diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 28532b5aa..6e63c1432 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -3,8 +3,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index d7e481c6f..8b7916f26 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include #include -#include +#include #include #include #include -- cgit v1.2.3