repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-72 BL wouldnt build because it didnt know DSM structs
[librepilot.git]
/
flight
/
tests
/
lednotification
/
pios.h
blob
12cd5e76ae1cd7119fdffdb6ed32a50fd08d19e9
1
#ifndef PIOS_H
2
#define PIOS_H
3
4
/* PIOS Feature Selection */
5
#include
"pios_config.h"
6
7
#ifdef PIOS_INCLUDE_FREERTOS
8
/* FreeRTOS Includes */
9
#include
"FreeRTOS.h"
10
#endif
11
#include
"pios_mem.h"
12
13
#endif
/* PIOS_H */