configAssert = hal_debugger_breakpoint
This commit is contained in:
2
vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h
vendored
2
vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h
vendored
@@ -144,7 +144,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
|
||||
|
||||
/* Normal assert() semantics without relying on the provision of an assert.h
|
||||
header file. */
|
||||
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
|
||||
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); hal_debugger_breakpoint(); }
|
||||
|
||||
/* FreeRTOS hooks to NVIC vectors */
|
||||
#define xPortPendSVHandler PendSV_Handler
|
||||
|
||||
Reference in New Issue
Block a user