1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

Removed oplink UAVObjects from the RevoMini target.

This commit is contained in:
Brian Webb 2012-12-15 15:39:11 -07:00
parent e0acb41379
commit 0dd8caeec0

View File

@ -97,10 +97,5 @@ UAVOBJSRCFILENAMES += waypointactive
UAVOBJSRCFILENAMES += txpidsettings
#Support for radio module on RM
UAVOBJSRCFILENAMES += oplinkstatus
UAVOBJSRCFILENAMES += oplinksettings
UAVOBJSRC = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),$(UAVOBJSYNTHDIR)/$(UAVOBJSRCFILE).c )
UAVOBJDEFINE = $(foreach UAVOBJSRCFILE,$(UAVOBJSRCFILENAMES),-DUAVOBJ_INIT_$(UAVOBJSRCFILE) )