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
Merged in alessiomorale/librepilot/amorale/LP108_mpu6k_fixes (pull request #45)
[librepilot.git]
/
flight
/
tests
/
logfs
/
pios.h
blob
1e6adc20c325c00bca0f7f41b8a65adfee1dce43
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
#ifdef PIOS_INCLUDE_FLASH
13
#include <pios_flash.h>
14
#include <pios_flashfs.h>
15
#endif
16
17
#endif
/* PIOS_H */