avr: added comonuart1.
This commit is contained in:
@@ -74,6 +74,15 @@
|
||||
.include "modules/uart_hw/comonuart0.asm"
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_COMONUART1
|
||||
#ifndef MODULES_COMONUART0
|
||||
.include "modules/uart_hw/defs.asm"
|
||||
.include "modules/uart_hw/lowlevel.asm"
|
||||
.include "modules/uart_hw/m_lowlevel_uart.asm"
|
||||
#endif
|
||||
.include "modules/uart_hw/comonuart1.asm"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_TTYONUART1
|
||||
#ifndef MODULES_COMONUART0
|
||||
@@ -160,6 +169,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_LCD
|
||||
.include "modules/lcd/main.asm"
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_ILI9341
|
||||
.include "modules/lcd2/ili9341/defs.asm"
|
||||
.include "modules/lcd2/ili9341/main.asm"
|
||||
|
||||
Reference in New Issue
Block a user