mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 12:57:27 +08:00
[modules] fix digital_cam_uart for NPS
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<init fun="digital_cam_uart_init()"/>
|
<init fun="digital_cam_uart_init()"/>
|
||||||
<periodic fun="digital_cam_uart_periodic()" freq="10" autorun="TRUE"/>
|
<periodic fun="digital_cam_uart_periodic()" freq="10" autorun="TRUE"/>
|
||||||
<event fun="digital_cam_uart_event()"/>
|
<event fun="digital_cam_uart_event()"/>
|
||||||
<makefile target="sim">
|
<makefile target="sim|nps">
|
||||||
<file name="catia/serial.c"/>
|
<file name="catia/serial.c"/>
|
||||||
<define name="UART5_DEV" value="ttyUSB0"/>
|
<define name="UART5_DEV" value="ttyUSB0"/>
|
||||||
</makefile>
|
</makefile>
|
||||||
|
|||||||
Reference in New Issue
Block a user