1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/tests/logfs/pios.h

13 lines
205 B
C
Raw Normal View History

2013-05-03 14:14:29 +02:00
#ifndef PIOS_H
#define PIOS_H
/* PIOS board specific feature selection */
#include "pios_config.h"
#ifdef PIOS_INCLUDE_FLASH
#include <pios_flash.h>
#include <pios_flashfs.h>
#endif
2013-05-03 14:14:29 +02:00
#endif /* PIOS_H */