1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-11 03:29:17 +01:00

Rename the pios_config file for simulation

This commit is contained in:
James Cotton 2012-03-11 17:03:06 -05:00
parent e79a6e292b
commit 76bdd09795
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define PIOS_H
/* PIOS Feature Selection */
#include "pios_config_posix.h"
#include "pios_config_sim.h"
#include <pios_posix.h>
#if defined(PIOS_INCLUDE_FREERTOS)