Skip to content

Commit 4b5d55c

Browse files
committed
Initial support for very long queues to communication with multiple slave stations #26
1 parent b5bd352 commit 4b5d55c

File tree

5 files changed

+439
-154
lines changed

5 files changed

+439
-154
lines changed

Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ OBJ_LIB += \
6666
src/proto/hdlc/high_level/hdlc.o \
6767
src/proto/hdlc/low_level/hdlc.o \
6868
src/proto/fd/tiny_fd.o \
69+
src/proto/fd/tiny_fd_frames.o \
6970
src/hal/tiny_list.o \
7071
src/hal/tiny_types.o \
7172
src/hal/tiny_serial.o \

0 commit comments

Comments
 (0)