diff options
author | John Klug <john.klug@multitech.com> | 2016-12-05 17:00:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-05 17:00:07 -0600 |
commit | 2682d2ab10ddb523999a71014a2c0f7c246e4100 (patch) | |
tree | 73bcf2c8059bbb1131ed65a8f038070314ebacec /io-module/mts_capab.c | |
parent | 765d88576c6dbc9247ce216ca542e52814f09126 (diff) | |
download | mts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.tar.gz mts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.tar.bz2 mts-io-2682d2ab10ddb523999a71014a2c0f7c246e4100.zip |
Remove wifi-bt and gnss capability flags
Diffstat (limited to 'io-module/mts_capab.c')
-rw-r--r-- | io-module/mts_capab.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/io-module/mts_capab.c b/io-module/mts_capab.c index 646f707..e8e4a27 100644 --- a/io-module/mts_capab.c +++ b/io-module/mts_capab.c @@ -24,8 +24,6 @@ static struct capab_map_s capabilities_map[] = { { CAPA_ADC, "adc"}, { CAPA_BLUETOOTH, "bluetooth"}, { CAPA_WIFI, "wifi"}, - { CAPA_WIFI_BT, "wifi_bt"}, - { CAPA_GNSS, "gnss"}, { CAPA_LORA, "lora"}, }; static const unsigned capabilities_count = sizeof(capabilities_map)/sizeof(capabilities_map[0]); |