Multiple AM modes selection in application API.

This commit is contained in:
Jared Boone 2016-01-30 19:03:32 -08:00
parent a1e1677b8b
commit a97cd642ac
3 changed files with 40 additions and 5 deletions

View file

@ -32,7 +32,7 @@ public:
private:
void configure_nbfm(const size_t index);
void configure_wfm();
void configure_am();
void configure_am(const size_t index);
};
namespace ui {