/* * debug.h * * Created on: Dec 4, 2014 * Author: Minh */ #ifndef DEBUG_H_ #define DEBUG_H_ #include "pando_sys.h" #ifndef INFO #define INFO pd_printf #endif #endif /* DEBUG_H_ */