Add GPS flag to Linux target

This commit is contained in:
Federico Amedeo Izzo 2021-02-14 17:49:59 +01:00
parent 9255dfb969
commit c0a972963c
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
/* Device has a working real time clock */ /* Device has a working real time clock */
#define HAS_RTC #define HAS_RTC
/* Device supports an optional GPS chip */
#define HAS_GPS
/* Screen has adjustable contrast */ /* Screen has adjustable contrast */
#define SCREEN_CONTRAST #define SCREEN_CONTRAST