Skip to content

Commit

Permalink
examples/audiolite_mp3player: Add log messages
Browse files Browse the repository at this point in the history
This example should display error logs from MP3Decoder.
This commit adds them.
  • Loading branch information
SPRESENSE committed Jun 26, 2023
1 parent 0f73e03 commit e9bd5cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/audiolite_mp3player/event_str.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ static const char *convert_evtid(int id)
STRINGCASE(MP3DECWORKEREND)
STRINGCASE(MP3DECUNKNOWNEVT)
STRINGCASE(MP3DECERROR)
STRINGCASE(MP3DEC_WRONGTYPE)
STRINGCASE(MP3DEC_WRONGVER)
default:
return "not event id...";
}
Expand Down

0 comments on commit e9bd5cc

Please sign in to comment.