Skip to content

Commit

Permalink
Revert "Uncrustify: triggered by comment."
Browse files Browse the repository at this point in the history
This reverts commit e534f46.
  • Loading branch information
n9wxu committed Sep 28, 2023
1 parent e534f46 commit c9058dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sample_configuration/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@
* number of the failing assert (for example, "vAssertCalled( __FILE__, __LINE__ )"
* or it can simple disable interrupts and sit in a loop to halt all execution
* on the failing line for viewing in a debugger. */
#define configASSERT( x ) \
if( ( x ) == 0 ) \
{ \
taskDISABLE_INTERRUPTS(); \
for( ; ; ) \
; \
}
#define configASSERT( x ) \
if( ( x ) == 0 ) \
{ \
taskDISABLE_INTERRUPTS(); \
for( ;; ) \
; \
}

/******************************************************************************/
/* Cortex-M MPU specific definitions. *****************************************/
Expand Down

0 comments on commit c9058dd

Please sign in to comment.