Skip to content

Commit 154412f

Browse files
committed
fix ulab commit
1 parent a192f1c commit 154412f

File tree

4 files changed

+2
-39
lines changed

4 files changed

+2
-39
lines changed

extmod/ulab

Submodule ulab updated 69 files

lib/utils/linked_list.h

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

ports/stm/boards/espruino_pico/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ CIRCUITPY_AUDIOPWMIO = 0
2222
CIRCUITPY_BUSDEVICE = 0
2323
CIRCUITPY_BITMAPTOOLS = 0
2424
CIRCUITPY_FRAMEBUFFERIO = 0
25-
CIRCUITPY_KEYPAD = 0
2625
CIRCUITPY_MIDI = 0
2726
CIRCUITPY_MSGPACK = 0
2827
CIRCUITPY_ULAB = 0

supervisor/supervisor.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SRC_SUPERVISOR = \
88
supervisor/shared/filesystem.c \
99
supervisor/shared/flash.c \
1010
supervisor/shared/lock.c \
11-
supervisor/shared/memory.c \
11+
supervisor/shared/memory.c \
1212
supervisor/shared/micropython.c \
1313
supervisor/shared/safe_mode.c \
1414
supervisor/shared/stack.c \

0 commit comments

Comments
 (0)