Skip to content

Commit 9c08db5

Browse files
committed
nrf: Cleanup machine and microbit leftovers
The music module was useful when this port had support for the microbit, now that it was removed, it's not so useful.
1 parent c2d4d0a commit 9c08db5

7 files changed

Lines changed: 0 additions & 791 deletions

File tree

ports/nrf/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ INC += -I./device/$(MCU_VARIANT)
4848
INC += -I./hal
4949
INC += -I./hal/$(MCU_VARIANT)
5050
INC += -I./modules/ubluepy
51-
INC += -I./modules/music
5251
INC += -I./modules/random
5352
INC += -I./modules/ble
5453
INC += -I../../lib/mp-readline
@@ -141,8 +140,6 @@ DRIVERS_SRC_C += $(addprefix modules/,\
141140
ubluepy/ubluepy_descriptor.c \
142141
ubluepy/ubluepy_scanner.c \
143142
ubluepy/ubluepy_scan_entry.c \
144-
music/modmusic.c \
145-
music/musictunes.c \
146143
ble/modble.c \
147144
random/modrandom.c \
148145
)

ports/nrf/examples/musictest.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)