mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
blink for G0 works
This commit is contained in:
@@ -148,9 +148,6 @@ void WEAK __attribute__ ((naked)) __attribute__ ((noreturn)) reset_handler(void)
|
||||
char *dst = &_sdata;
|
||||
char *src = &_ldata;
|
||||
|
||||
// enable 8-byte stack alignment to comply with AAPCS
|
||||
//SCB->CCR |= 0x00000200;
|
||||
|
||||
// copy initialized variables data
|
||||
while ( dst < &_edata ) { *dst++ = *src++; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user