Mute audio whenever baseband mode is changed.

This commit is contained in:
Jared Boone 2015-09-01 21:05:47 -07:00
parent c52de7abe6
commit c4de9c4423

View File

@ -279,6 +279,7 @@ int main(void) {
if( message->configuration.mode != baseband_configuration.mode ) {
if( baseband_processor ) {
i2s::i2s0::tx_mute();
baseband::dma::disable();
rf::rssi::stop();
}