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

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.

Should I be referencing a higher level library which #includes this one?

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

TIA.

Statistics: Posted by pie_face — Thu Nov 21, 2024 10:17 am — Replies 0 — Views 34



Viewing all articles
Browse latest Browse all 4736

Trending Articles