kopia lustrzana https://github.com/OpenRTX/OpenRTX
Moved gps.h to peripherals
rodzic
dcafd07085
commit
28122a3bf3
|
@ -18,7 +18,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include <interfaces/platform.h>
|
||||
#include <interfaces/gps.h>
|
||||
#include <peripherals/gps.h>
|
||||
#include <gps.h>
|
||||
#include <minmea.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <interfaces/display.h>
|
||||
#include <interfaces/delays.h>
|
||||
#include <interfaces/cps_io.h>
|
||||
#include <interfaces/gps.h>
|
||||
#include <peripherals/gps.h>
|
||||
#include <voicePrompts.h>
|
||||
#include <graphics.h>
|
||||
#include <openrtx.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <input.h>
|
||||
#include <backup.h>
|
||||
#ifdef GPS_PRESENT
|
||||
#include <interfaces/gps.h>
|
||||
#include <peripherals/gps.h>
|
||||
#include <gps.h>
|
||||
#endif
|
||||
#include <voicePrompts.h>
|
||||
|
|
|
@ -70,9 +70,6 @@
|
|||
#include <interfaces/display.h>
|
||||
#include <interfaces/cps_io.h>
|
||||
#include <interfaces/nvmem.h>
|
||||
#ifdef GPS_PRESENT
|
||||
#include <interfaces/gps.h>
|
||||
#endif
|
||||
#include <interfaces/delays.h>
|
||||
#include <string.h>
|
||||
#include <battery.h>
|
||||
|
|
|
@ -26,9 +26,6 @@
|
|||
#include <interfaces/display.h>
|
||||
#include <interfaces/cps_io.h>
|
||||
#include <interfaces/nvmem.h>
|
||||
#ifdef GPS_PRESENT
|
||||
#include <interfaces/gps.h>
|
||||
#endif
|
||||
#include <interfaces/delays.h>
|
||||
#include <string.h>
|
||||
#include <battery.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <interfaces/delays.h>
|
||||
#include <interfaces/gpio.h>
|
||||
#include <interfaces/gps.h>
|
||||
#include <peripherals/gps.h>
|
||||
#include <hwconfig.h>
|
||||
#include <string.h>
|
||||
#include <miosix.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program; if not, see <http://www.gnu.org/licenses/> *
|
||||
***************************************************************************/
|
||||
|
||||
#include <interfaces/gps.h>
|
||||
#include <peripherals/gps.h>
|
||||
#include <interfaces/delays.h>
|
||||
#include <sys/time.h>
|
||||
#include <hwconfig.h>
|
||||
|
|
Ładowanie…
Reference in New Issue