dead code dropped

This commit is contained in:
2024-04-18 13:31:28 +02:00
parent 36d3b2f735
commit b49665512f
4 changed files with 4 additions and 173 deletions

View File

@ -6,7 +6,9 @@
void muteInit() {
// BIT6: MuteCtrl
P1DIR |= BIT6;
P1OUT &= ~BIT6;
// initially, mute
P1OUT |= BIT6;
}
void mute() {