New long* functions

This commit is contained in:
7u83 2024-06-05 08:20:36 +02:00
parent 6eefbcfedb
commit 253d1af028

View File

@ -20,7 +20,8 @@ LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
rotary_encoder_stat.c \ rotary_encoder_stat.c \
sevenseg_dec.c sevenseg_dec_inv.c \ sevenseg_dec.c sevenseg_dec_inv.c \
int_to_bcd.c getbutton.c \ int_to_bcd.c getbutton.c \
getpin.c setpin_lo.c setpin_hi.c setpin.c getport.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
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC)) LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mc8051fun.lib LIBNAME=mc8051fun.lib