LP-72 BL wouldnt build because it didnt know DSM structs
[librepilot.git] / flight / tests / lednotification / openpilot.h
blob4c2259d197defc15f3d88fb1daeb7af90c584bb5
1 #ifndef OPENPILOT_H
2 #define OPENPILOT_H
4 #include <stdbool.h>
6 #define PIOS_Assert(x) \
7 if (!(x)) { while (1) {; } \
9 #define PIOS_DEBUG_Assert(x) PIOS_Assert(x)
11 #endif /* OPENPILOT_H */