nrf5: Call microbit_music_init0() if enabled in main.c.
This commit is contained in:
parent
6330fd4f31
commit
4c5c83567e
@ -122,6 +122,9 @@ int main(int argc, char **argv) {
|
|||||||
timer_init0();
|
timer_init0();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if MICROPY_PY_MUSIC
|
||||||
|
microbit_music_init0();
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
extint_init0();
|
extint_init0();
|
||||||
timer_init0();
|
timer_init0();
|
||||||
|
Loading…
Reference in New Issue
Block a user