diff options
author | John Klug <john.klug@multitech.com> | 2016-09-30 16:08:51 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-30 16:08:51 -0500 |
commit | 670c959a9bdfd4aaae25a6d0c30e31d29b6761de (patch) | |
tree | 8615f8ff7438cda5216e8564a1e5d30be137667b /io-module/mts_eeprom.h | |
parent | 3b9609e983448d4450d4087fd3898b0094487588 (diff) | |
download | mts-io-670c959a9bdfd4aaae25a6d0c30e31d29b6761de.tar.gz mts-io-670c959a9bdfd4aaae25a6d0c30e31d29b6761de.tar.bz2 mts-io-670c959a9bdfd4aaae25a6d0c30e31d29b6761de.zip |
Wrong tab size in previous commit
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index d77a569..d3c7edc 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -59,6 +59,6 @@ do { \ #define CAPA_BLUETOOTH DEVICE_CAPA_VALUE(1, 7) #define CAPA_WIFI DEVICE_CAPA_VALUE(1, 6) -#define CAPA_WIFI_BT DEVICE_CAPA_VALUE(1, 5) // Redpine rs9113 -#define CAPA_GNSS DEVICE_CAPA_VALUE(1, 4) // ublox EVA 7M +#define CAPA_WIFI_BT DEVICE_CAPA_VALUE(1, 5) // Redpine rs9113 +#define CAPA_GNSS DEVICE_CAPA_VALUE(1, 4) // ublox EVA 7M #endif |