comparison Output/usbMuxUart/setup.cmake @ 300:7119c2149abb

Fixing compiler errors for usbMuxUart Output module - Removing (currently) redundant usbMuxUart capabilities.kll file - Issues were due to the recent AddModule cmake function addition
author Jacob Alexander <haata@kiibohd.com>
date Fri, 06 Mar 2015 23:37:09 -0800
parents 5b66d1da5377
children a6bafeb5fecf
comparison
equal deleted inserted replaced
299:c856f826bd49 300:7119c2149abb
21 21
22 set( Module_SRCS 22 set( Module_SRCS
23 output_com.c 23 output_com.c
24 ) 24 )
25 25
26 # Remove duplicate output_com.c files from pjrcUSB and uartOut
27 list ( REMOVE_ITEM Output_SRCS
28 Output/pjrcUSB/output_com.c
29 Output/uartOut/output_com.c
30 )
31
26 32
27 ### 33 ###
28 # Compiler Family Compatibility 34 # Compiler Family Compatibility
29 # 35 #
30 set( ModuleCompatibility 36 set( ModuleCompatibility