It should be BSS section not to output data to .hex.

This commit is contained in:
NIIBE Yutaka
2014-08-25 01:39:26 +09:00
parent 1fcfc846b8
commit 5f4cca00fc
2 changed files with 2 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ static void none (void)
#define COMPOSE_STATEMENT(arg0,arg1,arg2) C_S_SUB (arg0, arg1, arg2)
#if MCU_STM32F0
__attribute__ ((used,section(".data.startup.0")))
__attribute__ ((used,section(".bss.startup.0")))
uint32_t vectors_in_ram[48];
#endif