LP-72 BL wouldnt build because it didnt know DSM structs
[librepilot.git] / flight / tests / lednotification / pios.h
blob12cd5e76ae1cd7119fdffdb6ed32a50fd08d19e9
1 #ifndef PIOS_H
2 #define PIOS_H
4 /* PIOS Feature Selection */
5 #include "pios_config.h"
7 #ifdef PIOS_INCLUDE_FREERTOS
8 /* FreeRTOS Includes */
9 #include "FreeRTOS.h"
10 #endif
11 #include "pios_mem.h"
13 #endif /* PIOS_H */