longx_tobcd added

This commit is contained in:
2024-06-06 02:07:14 +02:00
parent 5930cdc0b5
commit 9a906c35ad
2 changed files with 89 additions and 1 deletions

View File

@ -21,7 +21,7 @@ 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_xadd.c long_xsub.c long_xset.c long_xrlc.c long_xdiv.c long_xcpy.c long_xtobcd.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mc8051fun.lib