adds small changes to make tx_port for non-smp consistent with the one that implements smp
This commit is contained in:
@@ -72,11 +72,6 @@
|
|||||||
|
|
||||||
#else /*not __ASSEMBLER__ */
|
#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. */
|
/* Determine if the optional ThreadX user define file should be used. */
|
||||||
|
|
||||||
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
#ifdef TX_INCLUDE_USER_DEFINE_FILE
|
||||||
@@ -90,6 +85,9 @@
|
|||||||
|
|
||||||
/* Define compiler library include files. */
|
/* Define compiler library include files. */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* Define ThreadX basic types for this port. */
|
/* Define ThreadX basic types for this port. */
|
||||||
|
|
||||||
#define VOID void
|
#define VOID void
|
||||||
|
|||||||
Reference in New Issue
Block a user