mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Revert "Uncrustify: triggered by comment."
This reverts commit e534f46f2d
.
This commit is contained in:
parent
e534f46f2d
commit
c9058dd383
|
@ -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. *****************************************/
|
||||
|
|
Loading…
Reference in a new issue