adds small changes to make tx_port for non-smp consistent with the one that implements smp

This commit is contained in:
2026-03-09 15:49:15 +01:00
parent add4ef840b
commit f10fbbffab

View File

@@ -72,11 +72,6 @@
#else /*not __ASSEMBLER__ */
/* Include for memset. */
#include <string.h>
/* include for strtoul*/
#include <stdlib.h>
/* 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 <stdlib.h>
#include <string.h>
/* Define ThreadX basic types for this port. */
#define VOID void