Skip to content

Commit

Permalink
Add Serial.begin
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Dec 3, 2020
2 parents bff6bc8 + e6b7366 commit 8d272fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ void mediaplayer_decode_callback(AsPcmDataParam pcm_param)

void setup()
{
Serial.begin(115200);
while (!Serial);

/* Launch SubCore */
int ret = MP.begin(subcore);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ void mediaplayer_decode_callback(AsPcmDataParam pcm_param)

void setup()
{
Serial.begin(115200);
while (!Serial);

/* Launch SubCore */
int ret = MP.begin(subcore);
Expand Down

0 comments on commit 8d272fb

Please sign in to comment.