Move configASSERT default definition above before including portable.h. (#1185)

Move configASSERT default definition above before including portable.h.
This commit is contained in:
ActoryOu 2024-11-04 19:05:52 +08:00 committed by GitHub
parent 445336aad9
commit a27d6650ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 68 additions and 68 deletions

View file

@ -95,7 +95,7 @@ value was found to be above configMAX_SYSCALL_INTERRUPT_PRIORITY when an ISR
safe FreeRTOS API function was executed. ISR safe FreeRTOS API functions are
those that end in FromISR. FreeRTOS maintains a separate interrupt API to
ensure API function and interrupt entry is as fast and as simple as possible. */
#ifdef configASSERT
#if ( configASSERT_DEFINED == 1 )
#define portDISABLE_INTERRUPTS() \
{ \
uint32_t ulStatus; \