Consolidate baseband disable code.

This commit is contained in:
Jared Boone 2016-01-10 11:10:13 -08:00
parent d9bfaaf805
commit 146caaab6f
2 changed files with 12 additions and 9 deletions

View file

@ -107,6 +107,8 @@ private:
void update_vga();
void update_baseband_configuration();
void update_headphone_volume();
void baseband_disable();
};
#endif/*__RECEIVER_MODEL_H__*/