rp2040/example/boot2/main.c

10 lines
130 B
C

void __attribute__((section(".text.boot2_pre"))) boot2_copy_self(void)
{
return;
}
int main(void)
{
return 0;
}