Skip to content

Commit 2926d13

Browse files
committed
Merge branch 'pr/27' into develop
2 parents 8c3b006 + b450eb8 commit 2926d13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Source/os.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ struct os_flag_grp { /* Event Flag Group
732732
CPU_TS TS; /* Timestamp of when last post occurred */
733733
#endif
734734
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
735-
CPU_INT16U FlagID; /* Unique ID for third-party debuggers and tracers. */
735+
CPU_ADDR FlagID; /* Unique ID for third-party debuggers and tracers. */
736736
#endif
737737
};
738738

@@ -761,7 +761,7 @@ struct os_mem { /* MEMORY CONTROL BL
761761
OS_MEM *DbgNextPtr;
762762
#endif
763763
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
764-
CPU_INT16U MemID; /* Unique ID for third-party debuggers and tracers. */
764+
CPU_ADDR MemID; /* Unique ID for third-party debuggers and tracers. */
765765
#endif
766766
};
767767

@@ -804,7 +804,7 @@ struct os_msg_q { /* OS_MSG_Q
804804
OS_MSG_QTY NbrEntriesMax; /* Peak number of entries in the queue */
805805
#endif
806806
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
807-
CPU_INT16U MsgQID; /* Unique ID for third-party debuggers and tracers. */
807+
CPU_ADDR MsgQID; /* Unique ID for third-party debuggers and tracers. */
808808
#endif
809809
};
810810

@@ -839,7 +839,7 @@ struct os_mutex { /* Mutual Exclusion
839839
CPU_TS TS;
840840
#endif
841841
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
842-
CPU_INT16U MutexID; /* Unique ID for third-party debuggers and tracers. */
842+
CPU_ADDR MutexID; /* Unique ID for third-party debuggers and tracers. */
843843
#endif
844844
};
845845

@@ -926,7 +926,7 @@ struct os_sem { /* Semaphore
926926
CPU_TS TS;
927927
#endif
928928
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
929-
CPU_INT16U SemID; /* Unique ID for third-party debuggers and tracers. */
929+
CPU_ADDR SemID; /* Unique ID for third-party debuggers and tracers. */
930930
#endif
931931
};
932932

@@ -991,7 +991,7 @@ struct os_tcb {
991991
CPU_TS TS; /* Timestamp */
992992
#endif
993993
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
994-
CPU_INT16U SemID; /* Unique ID for third-party debuggers and tracers. */
994+
CPU_ADDR SemID; /* Unique ID for third-party debuggers and tracers. */
995995
#endif
996996
OS_SEM_CTR SemCtr; /* Task specific semaphore counter */
997997

@@ -1064,7 +1064,7 @@ struct os_tcb {
10641064
CPU_CHAR *DbgNamePtr;
10651065
#endif
10661066
#if (defined(OS_CFG_TRACE_EN) && (OS_CFG_TRACE_EN > 0u))
1067-
CPU_INT16U TaskID; /* Unique ID for third-party debuggers and tracers. */
1067+
CPU_ADDR TaskID; /* Unique ID for third-party debuggers and tracers. */
10681068
#endif
10691069
};
10701070

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy