rp2040/example/boot2/main.c

10 lines
130 B
C
Raw Normal View History

2025-04-13 21:33:56 +08:00
void __attribute__((section(".text.boot2_pre"))) boot2_copy_self(void)
{
return;
}
2025-04-13 17:29:34 +08:00
int main(void)
{
return 0;
}