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 ago.
When I compile HelloMQTT over mbed-cli, I get a lot of similar errors? Where is MDMTXT ?
1 Answer
5 years ago.
Hi Muhammed,
Which platform are you using?
MDMTXD
and MDMRXD
should be defined in mbed-os\targets\[Your target]\PinNames.h
, you can check if you target already define them. If not, you can defind them in mbed_app.json
Regards, Desmond