clone pprz_protocol to use with an other uart

This commit is contained in:
Gautier Hattenberger
2010-08-23 11:08:21 +00:00
parent 18021a97ba
commit 77cacc3e3a
3 changed files with 276 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="core">
<header>
<file name="extra_pprz_dl.h"/>
</header>
<event fun="ExtraDatalinkEvent()"/>
<makefile>
<flag name="EXTRA_DOWNLINK_DEVICE" value="Uart0"/>
<flag name="EXTRA_PPRZ_UART" value="Uart0"/>
<flag name="USE_UART0"/>
<flag name="UART0_BAUD" value="B57600"/>
<flag name="UART0_VIC_SLOT" value="5"/>
<file name="extra_pprz_dl.c"/>
</makefile>
</module>