nrf5: Call microbit_music_init0() if enabled in main.c.

This commit is contained in:
Glenn Ruben Bakke 2017-05-17 00:59:35 +02:00 committed by glennrub
parent 6330fd4f31
commit 4c5c83567e
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ int main(int argc, char **argv) {
timer_init0();
#endif
#if MICROPY_PY_MUSIC
microbit_music_init0();
#endif
/*
extint_init0();
timer_init0();