Commented some code to let it build.

This commit is contained in:
Godzil
2022-06-27 18:20:11 +01:00
parent a37414b079
commit 4800cf0823
4 changed files with 21 additions and 28 deletions

View File

@@ -1029,7 +1029,7 @@ void ws_audio_write_byte(uint32_t offset, uint8_t value)
if (!((offset - WaveMap) & 0xFFC0))
{
ws_audio_set_channels_pbuf(offset & 0x003F, value);
internalRam[offset] = value;
//internalRam[offset] = value;
}
}