Add GPS flag to Linux target
This commit is contained in:
parent
9255dfb969
commit
c0a972963c
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue