diff options
| author | PProvost <[email protected]> | 2020-05-15 17:33:33 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-15 17:33:33 -0600 |
| commit | bc681e808d1d5ea67599dd2fe333b8be2dcf7621 (patch) | |
| tree | 8090fde5bffa29ca1b2f84c4fa0070ce1ea41131 | |
| parent | c2fd7343953afd93b92ecc61f928be9390a80970 (diff) | |
Updated code for RC5
| -rw-r--r-- | common/inc/tx_api.h | 2 | ||||
| -rw-r--r-- | common/inc/tx_trace.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index d73d995d..4ca000be 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -178,7 +178,7 @@ extern "C" { #endif -/* Event numbers 0 through 4095 are reserved by Express Logic. Specific event assignments are: +/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are: ThreadX events: 1-199 FileX events: 200-299 diff --git a/common/inc/tx_trace.h b/common/inc/tx_trace.h index f8e98cf7..868e7f99 100644 --- a/common/inc/tx_trace.h +++ b/common/inc/tx_trace.h @@ -242,7 +242,7 @@ typedef struct TX_TRACE_OBJECT_ENTRY_STRUCT /* Define ThreadX Trace Events, along with a brief description of the additional information fields, where I1 -> Information Field 1, I2 -> Information Field 2, etc. */ -/* Event numbers 0 through 4095 are reserved by Express Logic. Specific event assignments are: +/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are: ThreadX events: 1-199 FileX events: 200-299 |
