diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2017-05-23 14:12:28 -0500 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2017-05-24 09:58:27 -0500 |
commit | 29d8bf9b50bfc3c43efe89961eed6bf61d62eba7 (patch) | |
tree | 8c353433fd2c2d4d53130c9d2c7589b99ed61948 /io-module/mts_io.h | |
parent | 066312ffe878c4bee809684eb1fd59366ed73730 (diff) | |
download | mts-io-29d8bf9b50bfc3c43efe89961eed6bf61d62eba7.tar.gz mts-io-29d8bf9b50bfc3c43efe89961eed6bf61d62eba7.tar.bz2 mts-io-29d8bf9b50bfc3c43efe89961eed6bf61d62eba7.zip |
mtcap: fix radio power sequence for LNA3 radios
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 05111c7..99bfcbb 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -108,6 +108,12 @@ enum { LED_FLASHING, }; +enum { + RADIO_UNKNOWN, + RADIO_LEU1, + RADIO_LNA3, +}; + enum ap { port_1 = 1, port_2, |