mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Expose Bus mute via Peripheral
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ int main() {
|
||||
case 'k': toggle_flag(&echoCharacters, "Echo characters: "); break;
|
||||
case 'm':
|
||||
toggle_flag(&muteBus, "Mute device: ");
|
||||
AVCLAN_muteDevice(muteBus);
|
||||
peripheral.mute(muteBus);
|
||||
break;
|
||||
|
||||
// X/x isn't a toggle interface because this is used
|
||||
|
||||
Reference in New Issue
Block a user