Skip to content

Commit eb5c60c

Browse files
committed
Update FreeRTOS.h with the version in GitHub. This is also to test submodule.
1 parent 0fe36e4 commit eb5c60c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

FreeRTOS/Source/include/FreeRTOS.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,11 @@ extern "C" {
241241
#define configASSERT_DEFINED 1
242242
#endif
243243

244-
/* configPRECONDITION should resolve to configASSERT. The CBMC proofs need a way
245-
to track assumptions and assertions.
246-
- A configPRECONDITION statement should express an implicit invariant or
247-
assumption made.
248-
- A configASSERT statement should express an invariant that must hold explicit
249-
before calling the code. */
244+
/* configPRECONDITION should be resolve to configASSERT.
245+
The CBMC proofs need a way to track assumptions and assertions.
246+
A configPRECONDITION statement should express an implicit invariant or assumption made.
247+
A configASSERT statement should express an invariant that must hold explicit before calling
248+
the code. */
250249
#ifndef configPRECONDITION
251250
#define configPRECONDITION( X ) configASSERT(X)
252251
#define configPRECONDITION_DEFINED 0

0 commit comments

Comments
 (0)