Fix rough edges of USART driver.

This commit is contained in:
NIIBE Yutaka
2017-12-15 15:18:17 +09:00
parent f3cc662548
commit cb628fe317
3 changed files with 37 additions and 28 deletions

View File

@@ -25,6 +25,9 @@ endif
ifneq ($(USE_ADC),)
CSRC += $(CHOPSTX)/contrib/adc-$(CHIP).c
endif
ifneq ($(USE_USART),)
CSRC += $(CHOPSTX)/contrib/usart-$(CHIP).c
endif
INCDIR += $(CHOPSTX)