[modules] fix digital_cam_uart for NPS

This commit is contained in:
Felix Ruess
2016-03-07 17:26:53 +01:00
parent f2bb878444
commit fca344b3eb
+1 -1
View File
@@ -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>