diff options
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, |