Expose Bus mute via Peripheral

This commit is contained in:
Allen Hill
2026-07-06 17:13:05 -07:00
parent b538e07577
commit 7ceed80128
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -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