Changed some demo main files to main.c and made them use datalink generic API calls.

This commit is contained in:
skarg
2006-11-02 21:50:43 +00:00
parent cb13cbf354
commit fcf942b5f8
7 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ PRODUCT_EXE = $(PRODUCT).exe
# Choose the Data Link Layer to Enable
DEFINES = -DBACDL_BIP=1;TSM_ENABLED=1;BIG_ENDIAN=0;PRINT_ENABLED=1
SRCS = readfile.c \
SRCS = main.c \
..\..\ports\win32\bip-init.c \
..\..\bip.c \
..\..\demo\handler\txbuf.c \