File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ SRC_SHARED_MODULE_ALL = \
322
322
audiomixer/Mixer.c \
323
323
audiomixer/MixerVoice.c \
324
324
audiomp3/__init__.c \
325
- audiomp3/MP3File .c \
325
+ audiomp3/MP3Decoder .c \
326
326
bitbangio/I2C.c \
327
327
bitbangio/OneWire.c \
328
328
bitbangio/SPI.c \
Original file line number Diff line number Diff line change 25
25
* THE SOFTWARE.
26
26
*/
27
27
28
- #include "shared-bindings/audiomp3/MP3File .h"
28
+ #include "shared-bindings/audiomp3/MP3Decoder .h"
29
29
30
30
#include <stdint.h>
31
31
#include <string.h>
34
34
#include "py/mperrno.h"
35
35
#include "py/runtime.h"
36
36
37
- #include "shared-module/audiomp3/MP3File .h"
37
+ #include "shared-module/audiomp3/MP3Decoder .h"
38
38
#include "supervisor/shared/translate.h"
39
39
#include "lib/mp3/src/mp3common.h"
40
40
You can’t perform that action at this time.
0 commit comments