esp8266_NeoPixel/lib/mqtt/debug.h

16 lines
202 B
C
Executable File

/*
* debug.h
*
* Created on: Dec 4, 2014
* Author: Minh
*/
#ifndef USER_DEBUG_H_
#define USER_DEBUG_H_
#ifndef INFO
#define INFO os_printf
#endif
#endif /* USER_DEBUG_H_ */