10 lines
130 B
C
10 lines
130 B
C
void __attribute__((section(".text.boot2_pre"))) boot2_copy_self(void)
|
|
{
|
|
return;
|
|
}
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|