restore stdio_init_all()

This commit is contained in:
Samuel 2025-04-08 21:46:03 +02:00
parent dce2e51e95
commit 52dfbc2ead
2 changed files with 1 additions and 0 deletions

View File

1
main.c
View File

@ -8,6 +8,7 @@
void main(void)
{
stdio_init_all();
while(1){
printf("Exemple\n");
sleep_ms(1000);