debug.h 195 B

12345678910111213141516
  1. /*
  2. * debug.h
  3. *
  4. * Created on: Dec 4, 2014
  5. * Author: Minh
  6. */
  7. #ifndef DEBUG_H_
  8. #define DEBUG_H_
  9. #include "pando_sys.h"
  10. #ifndef INFO
  11. #define INFO pd_printf
  12. #endif
  13. #endif /* DEBUG_H_ */