#include <autoconf.h>
Go to the source code of this file.
Defines | |
#define | EMERG(num, text...) do {} while(0) |
#define | ERROR(num, text...) do {} while(0) |
#define | WARNING(num, text...) do {} while(0) |
#define | NOTICE(num, text...) do {} while(0) |
#define | DEBUG(num, text...) do {} while(0) |
#define DEBUG | ( | num, | |||
text... | ) | do {} while(0) |
Definition at line 39 of file error.h.
Referenced by __trajectory_goto_d_a_rel(), bd_manage_from_speed_cmd(), get_path(), oa_poly_set_point(), oa_process(), spi_display_ss_lines(), spi_register_ss_line(), trajectory_goto_d_a_rel(), trajectory_goto_forward_xy_abs(), trajectory_goto_xy_abs(), trajectory_goto_xy_rel(), trajectory_turnto_xy(), and trajectory_turnto_xy_behind().
#define EMERG | ( | num, | |||
text... | ) | do {} while(0) |
#define ERROR | ( | num, | |||
text... | ) | do {} while(0) |
#define NOTICE | ( | num, | |||
text... | ) | do {} while(0) |
Definition at line 37 of file error.h.
Referenced by cc2420_init(), cc2420_write_txfifo(), main(), spi_init(), spi_register_ss_line(), time_ext_init(), and time_ext_set().
#define WARNING | ( | num, | |||
text... | ) | do {} while(0) |