From c0a972963c6385674fbed8b9481a15fcd22ddf77 Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Sun, 14 Feb 2021 17:49:59 +0100 Subject: [PATCH] Add GPS flag to Linux target --- platform/targets/linux/hwconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/targets/linux/hwconfig.h b/platform/targets/linux/hwconfig.h index 94f6e03d..4ac36971 100644 --- a/platform/targets/linux/hwconfig.h +++ b/platform/targets/linux/hwconfig.h @@ -21,6 +21,9 @@ /* Device has a working real time clock */ #define HAS_RTC +/* Device supports an optional GPS chip */ +#define HAS_GPS + /* Screen has adjustable contrast */ #define SCREEN_CONTRAST