bcd_ files

This commit is contained in:
7u83 2024-06-13 22:07:56 +02:00
parent 20f8a58db0
commit f1853c097c

View File

@ -21,7 +21,9 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
sevenseg_dec.c sevenseg_dec_inv.c \
int_to_bcd.c getbutton.c \
getpin.c setpin_lo.c setpin_hi.c setpin.c getport.c \
long_xadd.c long_xsub.c long_xset.c long_xrlc.c long_xdiv.c long_xcpy.c long_xtobcd.c
long_xadd.c long_xsub.c long_xset.c long_xrlc.c long_xdiv.c long_xcpy.c long_xtobcd.c \
multest.c \
bcd_add.c bcd_getsig.c bcd_invert.c bcd_9cpl.c bcd_addbyte.c bcd_shr.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mc8051fun.lib