compiler tips
Page last updated
22 Sep 2016, by
Johannes Stratmann.
0
replies
Version Checking in mbed
#if (MBED_LIBRARY_VERSION < 122)
#error "this library uses class 'Callback" and requires Version >= 122", please update mbed lib first
#endif
Please log in to post comments.