From f10fbbffab1cfe4b25d2a2c1963046aee0ba41c0 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 9 Mar 2026 15:49:15 +0100 Subject: [PATCH] adds small changes to make tx_port for non-smp consistent with the one that implements smp --- port/threadx/inc/tx_port.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/port/threadx/inc/tx_port.h b/port/threadx/inc/tx_port.h index c0ac1cd..1e57546 100644 --- a/port/threadx/inc/tx_port.h +++ b/port/threadx/inc/tx_port.h @@ -72,11 +72,6 @@ #else /*not __ASSEMBLER__ */ -/* Include for memset. */ -#include -/* include for strtoul*/ -#include - /* Determine if the optional ThreadX user define file should be used. */ #ifdef TX_INCLUDE_USER_DEFINE_FILE @@ -90,6 +85,9 @@ /* Define compiler library include files. */ +#include +#include + /* Define ThreadX basic types for this port. */ #define VOID void