From ea6480ae1fd215047f48673bc32d9bd21979092d Mon Sep 17 00:00:00 2001 From: Florian Sylvestre Date: Fri, 5 May 2023 18:51:19 +0200 Subject: [PATCH 12/20] FIX tpl_isr_stat_table reference in 'tpl_os_interrupt_kernel.h' to match is definition --- os/tpl_os_interrupt_kernel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/tpl_os_interrupt_kernel.h b/os/tpl_os_interrupt_kernel.h index 234a74e0..5afb88ca 100644 --- a/os/tpl_os_interrupt_kernel.h +++ b/os/tpl_os_interrupt_kernel.h @@ -106,13 +106,13 @@ typedef struct TPL_ISR_STATIC tpl_isr_static; #if ISR_COUNT > 0 -#define OS_START_SEC_VAR_UNSPECIFIED +#define OS_START_SEC_CONST_UNSPECIFIED #include "tpl_memmap.h" extern CONSTP2CONST(tpl_isr_static, AUTOMATIC, OS_APPL_DATA) tpl_isr_stat_table[ISR_COUNT]; -#define OS_STOP_SEC_VAR_UNSPECIFIED +#define OS_STOP_SEC_CONST_UNSPECIFIED #include "tpl_memmap.h" #endif /* ISR_COUNT */ -- 2.34.1