Added example Network Port object

This commit is contained in:
skarg
2018-08-30 01:19:31 +00:00
parent 14a2bf696a
commit 77360ad46f
39 changed files with 2374 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ TARGET = bacawf
TARGET_BIN = ${TARGET}$(TARGET_EXT)
SRCS = main.c \
../object/netport.c \
../object/device-client.c
OBJS = ${SRCS:.c=.o}