![]() |
xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
Debug and Assert Header and Implementation. More...
Go to the source code of this file.
Macros | |
| #define | DEBUGOUT(x) printf("!%s\n", x) |
| Debug Output Function. More... | |
| #define | ASSERTFUNC(x) |
| Simple Assert Implementation. More... | |
| #define | assert(x) ASSERTFUNC(x) |
| Enable assert() More... | |
| #define | debugPrint(ignore) |
| Disable debugPrint() More... | |
Debug and Assert Header and Implementation.
Definition in file debug.h.
1.8.3.1