Skip to content

Commit

Permalink
[fix ap-fbw] sim now compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 13, 2012
1 parent 4337c7e commit f782440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/firmwares/subsystems/fixedwing/intermcu_uart.makefile
Expand Up @@ -15,9 +15,10 @@ else
ap.CFLAGS += -DINTERMCU_LINK=Uart$(INTERMCU_PORT_NR) -DUSE_UART$(INTERMCU_PORT_NR) -DUART$(INTERMCU_PORT_NR)_BAUD=B57600
endif

ifneq ($(TARGET),sim)
$(TARGET).CFLAGS += -DINTER_MCU -DMCU_UART_LINK
$(TARGET).srcs += ./link_mcu_usart.c

endif



Expand Down

0 comments on commit f782440

Please sign in to comment.