remove a ~ from doc that causes an error; add ExtType.c to circuitpy_… · csamuelson/circuitpython@534b48f · GitHub
Skip to content

Commit 534b48f

Browse files
committed
remove a ~ from doc that causes an error; add ExtType.c to circuitpy_defns.mk
1 parent b5b6b6d commit 534b48f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

locale/circuitpython.pot

Lines changed: 1 addition & 1 deletion

py/circuitpy_defns.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ $(filter $(SRC_PATTERNS), \
407407
microcontroller/ResetReason.c \
408408
microcontroller/RunMode.c \
409409
msgpack/__init__.c \
410+
msgpack/ExtType.c \
410411
supervisor/RunReason.c \
411412
)
412413

shared-bindings/msgpack/ExtType.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)