5 lines
72 B
C
5 lines
72 B
C
|
|
void _start() {
|
||
|
|
*(volatile unsigned int *)0x40001000 = 0xDEADC0DE;
|
||
|
|
|
||
|
|
}
|