Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 7 months ago.
Include ATCmdParser ERROR?
i add include ATCmdParser
include the ATCmdParser library with this snippet
#include "mbed.h" #include "stats_report.h" #include "platform\ATCmdParser.h"
and i get an error
error message
Error: Cannot open source input file "platform\ATCmdParser.h": No such file or directory in "main.cpp", Line: 8, Col: 35
1 Answer
5 years, 4 months ago.
could you try use "/" instead "\"? I already test it and works!