Fix missing references to the ANSI terminal driver codes in the USART peripheral driver module.
This commit is contained in:
parent
0878957241
commit
5937a134ab
2 changed files with 6 additions and 3 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<build type="doxygen-entry-point" value="Group_Serial"/>
|
||||
|
||||
<require idref="lufa.common"/>
|
||||
<require idref="lufa.drivers.misc.ansi"/>
|
||||
|
||||
<build type="c-source" value="Drivers/Peripheral/AVR8/Serial_AVR8.c"/>
|
||||
<build type="header-file" value="Drivers/Peripheral/AVR8/Serial_AVR8.h"/>
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
<build type="doxygen-entry-point" value="Group_Serial"/>
|
||||
|
||||
<require idref="lufa.common"/>
|
||||
<require idref="lufa.drivers.misc.ansi"/>
|
||||
|
||||
<build type="c-source" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.c"/>
|
||||
<build type="header-file" value="Drivers/Peripheral/XMEGA/Serial_XMEGA.h"/>
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
<build type="doxygen-entry-point" value="Group_Serial"/>
|
||||
|
||||
<require idref="lufa.common"/>
|
||||
<require idref="lufa.drivers.misc.ansi"/>
|
||||
|
||||
<info type="gui-flag" value="hidden"/>
|
||||
</module>
|
||||
|
|
@ -189,4 +192,4 @@
|
|||
</module>
|
||||
</select-by-device>
|
||||
</asf>
|
||||
</lufa>
|
||||
</lufa>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue