nrf5/modules/music: Removing include of modmicrobit.h in musictunes.c.

This commit is contained in:
Glenn Ruben Bakke 2017-05-01 19:52:40 +02:00
parent e766c7ebbe
commit 01441c8f59
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
*/ */
#include "py/objtuple.h" #include "py/objtuple.h"
#include "modmicrobit.h"
#define N(q) MP_OBJ_NEW_QSTR(MP_QSTR_ ## q) #define N(q) MP_OBJ_NEW_QSTR(MP_QSTR_ ## q)
#define T(name, ...) const mp_obj_tuple_t microbit_music_tune_ ## name ## _obj = {{&mp_type_tuple}, .len = (sizeof((mp_obj_t[]){__VA_ARGS__})/sizeof(mp_obj_t)), .items = {__VA_ARGS__}}; #define T(name, ...) const mp_obj_tuple_t microbit_music_tune_ ## name ## _obj = {{&mp_type_tuple}, .len = (sizeof((mp_obj_t[]){__VA_ARGS__})/sizeof(mp_obj_t)), .items = {__VA_ARGS__}};