diff --git a/GCC/RP2350_ARM_NTZ/non_secure/portmacrocommon.h b/GCC/RP2350_ARM_NTZ/non_secure/portmacrocommon.h index 6fd0c18..66b8371 100644 --- a/GCC/RP2350_ARM_NTZ/non_secure/portmacrocommon.h +++ b/GCC/RP2350_ARM_NTZ/non_secure/portmacrocommon.h @@ -232,9 +232,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P * +-----------+---------------+----------+-----------------+------------------------------+-----+ * * <-----------><--------------><---------><----------------><-----------------------------><----> - * 16 16 8 8 5 1 + * 16 17 8 8 5 1 */ - #define MAX_CONTEXT_SIZE 54 + #define MAX_CONTEXT_SIZE 55 #else /* #if( configENABLE_TRUSTZONE == 1 ) */ @@ -245,9 +245,9 @@ extern void vClearInterruptMask( uint32_t ulMask ) /* __attribute__(( naked )) P * +-----------+---------------+----------+-----------------+----------------------+-----+ * * <-----------><--------------><---------><----------------><---------------------><----> - * 16 16 8 8 4 1 + * 16 17 8 8 4 1 */ - #define MAX_CONTEXT_SIZE 53 + #define MAX_CONTEXT_SIZE 54 #endif /* #if( configENABLE_TRUSTZONE == 1 ) */