Working uart_init function
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user