Firmware/MSU1: stop DAC at end of audio file
This commit is contained in:
parent
b8f4c9b584
commit
da2386e453
@ -254,6 +254,7 @@ int msu1_loop() {
|
||||
f_read(&file_handle, file_buf, (MSU_DAC_BUFSIZE / 2) - bytes_read, &bytes_read);
|
||||
} else {
|
||||
set_msu_status(0x00, 0x02); /* clear play bit */
|
||||
dac_pause();
|
||||
}
|
||||
bytes_read = MSU_DAC_BUFSIZE;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user