diff options
author | John Klug <john.klug@multitech.com> | 2016-12-05 18:41:36 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-05 18:41:36 -0600 |
commit | ab76db18c883b9b8eec3976e2cf6c5904b3ccd93 (patch) | |
tree | cc26375cfc9079cb74023c243b85a2c82b101e27 /io-module/mtcdt.c | |
parent | 2682d2ab10ddb523999a71014a2c0f7c246e4100 (diff) | |
download | mts-io-ab76db18c883b9b8eec3976e2cf6c5904b3ccd93.tar.gz mts-io-ab76db18c883b9b8eec3976e2cf6c5904b3ccd93.tar.bz2 mts-io-ab76db18c883b9b8eec3976e2cf6c5904b3ccd93.zip |
Remove CAPA_GNSS1.5.6
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index 4877c5a..048e11c 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -559,7 +559,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_OUT_INIT_HIGH, .label = "gnss-reset", }, - .capability = CAPA_GNSS, + .capability = CAPA_GPS, }, { .name = "SECURE_RESET", @@ -592,7 +592,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_OUT_INIT_HIGH, .label = "gnss-int", }, - .capability = CAPA_GNSS, + .capability = CAPA_GPS, }, { .name = "WIFI_BT_LPMODE", |