rp2040/example/boot2/main.c

5 lines
37 B
C
Raw Normal View History

2025-04-13 17:29:34 +08:00
int main(void)
{
return 0;
}