Compiler does not recognize special character
Posted: Sat Aug 28, 2021 1:44 pm
Hi, this is probably something that happens often with beginners.....
I have a code where I use:
#include <stdio.h>
After giving idf.py build, Ninja complains that it does not accept < It obviously does not recognize the less-than sign. I use Notepad++ as my editor. Any suggestions how to solve this?
Thanks!
I have a code where I use:
#include <stdio.h>
After giving idf.py build, Ninja complains that it does not accept < It obviously does not recognize the less-than sign. I use Notepad++ as my editor. Any suggestions how to solve this?
Thanks!