1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

Move MAVLink to lib directory; Fixed CUSTOM_AIRPLANE mixer reporting in MAVLink

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-10-17 14:46:18 +10:00
parent 418dd7d541
commit f1d81e3ec1
127 changed files with 5 additions and 3 deletions

View file

@ -355,6 +355,9 @@ else
.DEFAULT_GOAL := hex .DEFAULT_GOAL := hex
endif endif
INCLUDE_DIRS := $(INCLUDE_DIRS) \
$(ROOT)/lib/main/MAVLink
INCLUDE_DIRS := $(INCLUDE_DIRS) \ INCLUDE_DIRS := $(INCLUDE_DIRS) \
$(TARGET_DIR) $(TARGET_DIR)

Some files were not shown because too many files have changed in this diff Show more