Working uart_init function

This commit is contained in:
2024-05-25 19:15:01 +02:00
parent a2a9256061
commit 151891240d
4 changed files with 46 additions and 54 deletions

View File

@ -1,7 +1,7 @@
SDCC ?= sdcc
SDAR ?= sdar
STCCODESIZE ?= 8192
SDCCOPTS ?= -mmcs51 --iram-size 512 --code-size $(STCCODESIZE) --xram-size 0 --opt-code-size --stack-auto
SDCCOPTS ?= -mmcs51
SDCCREV ?= -Dstc15f204ea
STCGAL ?= stcgal
#/stcgal.py
@ -13,7 +13,7 @@ FLASHFILE ?= main.ihx
#FOSC ?=11056000L
CFLAGS ?= -DWITH_ALT_LED9 -DWITHOUT_LEDTABLE_RELOC -DSHOW_TEMP_DATE_WEEKDAY
LIBSRC = uart_init.c uart_send_chr.c uart_send_str.c \
LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
rotary_encoder_stat.c \
sevenseg_dec.c sevenseg_dec_inv.c \
int_to_bcd.c getbutton.c