21 lines
384 B
C
21 lines
384 B
C
/** @file
|
|
* @author Edouard DUPIN
|
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
|
* @license APACHE v2.0 (see license file)
|
|
*/
|
|
|
|
#ifdef __AIRTIO_DEBUG_H__
|
|
#undef __AIRTIO_DEBUG_H__
|
|
|
|
#undef AIRTIO_BASE
|
|
#undef AIRTIO_CRITICAL
|
|
#undef AIRTIO_ERROR
|
|
#undef AIRTIO_WARNING
|
|
#undef AIRTIO_INFO
|
|
#undef AIRTIO_DEBUG
|
|
#undef AIRTIO_VERBOSE
|
|
#undef AIRTIO_TODO
|
|
#undef AIRTIO_ASSERT
|
|
#endif
|
|
|