aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rtl/rtl_source_c.cc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-04-30 21:44:31 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-04-30 21:44:31 +0200
commita0c50c2df121741fc460856ac72b5790b013a3c0 (patch)
tree07f3504612d0efba2c78922f4ad782972f2946fc /lib/rtl/rtl_source_c.cc
parent13477f279f94cd6749cee077b7c742f1cecc9378 (diff)
source/sink: rename antennas to express their function
Diffstat (limited to 'lib/rtl/rtl_source_c.cc')
-rw-r--r--lib/rtl/rtl_source_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtl/rtl_source_c.cc b/lib/rtl/rtl_source_c.cc
index 9f8e5a4..b78f5f8 100644
--- a/lib/rtl/rtl_source_c.cc
+++ b/lib/rtl/rtl_source_c.cc
@@ -682,5 +682,5 @@ std::string rtl_source_c::set_antenna( const std::string & antenna, size_t chan
std::string rtl_source_c::get_antenna( size_t chan )
{
- return "ANT";
+ return "RX";
}