Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4845

General • fatal error: stdio_uart.h: No such file or directory

$
0
0
I have the following include files, it finds the first two fine, why not the latter?

Code:

            #include <pico/stdlib.h>      #include "pico/printf.h"      #include "pico/stdio_uart.h"

Code:

 //fatal error: stdio_uart.h: No such file or directory   67 |     #include <stdio_uart.h> //fatal error: stdio_uart.h: No such file or directory      |              ^~~~~~~~~~~~~~            
I also tried with <pico/stdio_uart.h> same result.

There must be some subtly I'm missing, could someone explain this?

TIA.

Statistics: Posted by pie_face — Thu Nov 21, 2024 10:17 am



Viewing all articles
Browse latest Browse all 4845

Trending Articles