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.
9 years, 8 months ago.
What is __MODULE__ used for?
What is the purpose of _MODULE in:
TinyGPS.cpp
#ifndef __MODULE__ #define __MODULE__ "TinyGPS.cpp" #endif
on line 31 of TinyGPS.cpp?
Why use this def?