Moved main to clkgen

This commit is contained in:
2024-05-04 19:39:11 +02:00
parent ff97f29156
commit 284802b283
3 changed files with 334 additions and 186 deletions

View File

@ -18,7 +18,7 @@ LIBSRC = ports.c adc.c setpin_lo.c setpin_hi.c setpin.c ss_display.c stc15_confi
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mctools.lib
PRGSRC = main.c
PRGSRC = clkgen.c
PRGOBJ =$(patsubst %.c,%.rel, $(PRGSRC))