1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-12 02:54:15 +01:00

13 lines
205 B
C
Raw Normal View History

2013-05-03 15:14:29 +03: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 15:14:29 +03:00
#endif /* PIOS_H */