Moved gps.h to peripherals

pull/149/head
Silvano Seva 2023-07-21 08:29:24 +02:00
rodzic dcafd07085
commit 28122a3bf3
8 zmienionych plików z 5 dodań i 11 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>