Skip to content

Commit 256bb5b

Browse files
committed
bricks/virtualhub: add contiki list source
The pbio task module uses the contiki linked list library, so linking can fail without this if the task module is used.
1 parent 3ca7b38 commit 256bb5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bricks/virtualhub/mpconfigvariant.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ EXTMOD_SRC_C += $(addprefix pybricks/,\
130130
)
131131

132132
LIB_SRC_C += $(addprefix lib/,\
133+
contiki-core/lib/list.c \
133134
contiki-core/sys/autostart.c \
134135
contiki-core/sys/etimer.c \
135136
contiki-core/sys/process.c \

0 commit comments

Comments
 (0)