mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
This commit is contained in:
commit
738cc44930
@ -174,6 +174,7 @@ plugin_logging.subdir = logging
|
||||
plugin_logging.depends = plugin_coreplugin
|
||||
plugin_logging.depends += plugin_uavobjects
|
||||
plugin_logging.depends += plugin_uavtalk
|
||||
plugin_logging.depends += plugin_scope
|
||||
SUBDIRS += plugin_logging
|
||||
|
||||
#GCS Control of UAV gadget
|
||||
@ -217,6 +218,7 @@ SUBDIRS += plugin_uavsettingsimportexport
|
||||
plugin_uavobjectwidgetutils.subdir = uavobjectwidgetutils
|
||||
plugin_uavobjectwidgetutils.depends = plugin_coreplugin
|
||||
plugin_uavobjectwidgetutils.depends += plugin_uavobjects
|
||||
plugin_uavobjectwidgetutils.depends += plugin_uavobjectutil
|
||||
plugin_uavobjectwidgetutils.depends += plugin_uavsettingsimportexport
|
||||
SUBDIRS += plugin_uavobjectwidgetutils
|
||||
|
||||
|
@ -126,7 +126,7 @@ $(SWITCHCODE)
|
||||
if msgBytesLeft > 255
|
||||
msgBytesLeft = 0;
|
||||
end
|
||||
bufferIdx=bufferIdx+msgBytesLeft;
|
||||
bufferIdx=bufferIdx+double(msgBytesLeft);
|
||||
end
|
||||
catch
|
||||
% One of the reads failed - indicates EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user