Skip to content

Commit e534f46

Browse files
committed
Uncrustify: triggered by comment.
1 parent b71a557 commit e534f46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sample_configuration/FreeRTOSConfig.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@
301301
* number of the failing assert (for example, "vAssertCalled( __FILE__, __LINE__ )"
302302
* or it can simple disable interrupts and sit in a loop to halt all execution
303303
* on the failing line for viewing in a debugger. */
304-
#define configASSERT( x ) \
305-
if( ( x ) == 0 ) \
306-
{ \
307-
taskDISABLE_INTERRUPTS(); \
308-
for( ;; ) \
309-
; \
310-
}
304+
#define configASSERT( x ) \
305+
if( ( x ) == 0 ) \
306+
{ \
307+
taskDISABLE_INTERRUPTS(); \
308+
for( ; ; ) \
309+
; \
310+
}
311311

312312
/******************************************************************************/
313313
/* Cortex-M MPU specific definitions. *****************************************/

0 commit comments

Comments
 (0)