bcd_tolong function added.
This commit is contained in:
4
Makefile
4
Makefile
@ -25,7 +25,9 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
|
||||
multest.c \
|
||||
bcd_add.c bcd_getsig.c bcd_invert.c bcd_9cpl.c bcd_addbyte.c bcd_shr.c \
|
||||
long_rrc__.c long_rlc__.c \
|
||||
long_tobcd__.c long_tobcd.c
|
||||
long_tobcd__.c long_tobcd.c \
|
||||
bcd_tolong__.c bcd_tolong.c
|
||||
|
||||
|
||||
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
|
||||
LIBNAME=mc8051fun.lib
|
||||
|
Reference in New Issue
Block a user