ReceiverModel: More method renaming.

update_baseband_configuration() -> update_sampling_rate().
This commit is contained in:
Jared Boone 2016-07-27 14:41:36 -07:00
parent 5a05a758a1
commit b60e88ef68
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ private:
void update_lna();
void update_baseband_bandwidth();
void update_vga();
void update_baseband_configuration();
void update_sampling_rate();
void update_headphone_volume();
void update_modulation();