forked from mavlink/qgroundcontrol
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmytro Zatyliuk
committed
May 27, 2024
1 parent
be714ea
commit 6126224
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule android_openssl
updated
1015 files
Submodule eigen
updated
from 0fd6b4 to 5a9f66
Submodule libevents
updated
18 files
+71 −2 | README.md | |
+33 −5 | libs/cpp/CMakeLists.txt | |
+4 −0 | libs/cpp/Config.cmake.in | |
+11 −0 | libs/cpp/common/CMakeLists.txt | |
+24 −0 | libs/cpp/common/event_type.h | |
+0 −0 | libs/cpp/empty.cpp | |
+28 −16 | libs/cpp/generated/events_generated.h | |
+0 −30 | libs/cpp/include/libevents_definitions.h | |
+42 −15 | libs/cpp/parse/CMakeLists.txt | |
+1 −2 | libs/cpp/parse/health_and_arming_checks.h | |
+1 −1 | libs/cpp/parse/parser.cpp | |
+3 −4 | libs/cpp/parse/parser.h | |
+8 −10 | libs/cpp/protocol/CMakeLists.txt | |
+0 −184 | libs/cpp/protocol/receive.cpp | |
+180 −13 | libs/cpp/protocol/receive.h | |
+8 −8 | libs/cpp/templates/events_generated.h.jinja | |
+10 −8 | libs/cpp/tests/CMakeLists.txt | |
+16 −14 | libs/cpp/tests/parser.cpp |
Submodule ArduPilot-Parameter-Repository
updated
from 772370 to 314760
Submodule Drivers
updated
from c873a6 to 0b79ec