Skip to content

Commit b450eb8

Browse files
committed
Update os.h
Fixed comment alignment.
1 parent 338328f commit b450eb8

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_ADDR 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_ADDR 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_ADDR 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_ADDR 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_ADDR 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_ADDR 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_ADDR 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)