Skip to content

Commit ac3df20

Browse files
committed
ad4050lz: fix gcc copy table and zero table missing
1 parent 8b777a5 commit ac3df20

File tree

1 file changed

+4
-0
lines changed
  • targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/TARGET_EV_COG_AD4050LZ/device

1 file changed

+4
-0
lines changed

targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/TARGET_EV_COG_AD4050LZ/device/startup_ADuCM4050.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ extern uint32_t Load$$LR$$LR_IROM1$$Base[];
102102
extern uint32_t __etext;
103103
extern uint32_t __data_start__;
104104
extern uint32_t __data_end__;
105+
extern uint32_t __copy_table_start__;
106+
extern uint32_t __copy_table_end__;
107+
extern uint32_t __zero_table_start__;
108+
extern uint32_t __zero_table_end__;
105109
extern uint32_t __bss_start__;
106110
extern uint32_t __bss_end__;
107111
extern uint32_t __StackTop;

0 commit comments

Comments
 (0)