Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of dgps by
Diff: mavcontrol.h
- Revision:
- 23:497f8faa908e
- Parent:
- 22:9880a26886db
diff -r 9880a26886db -r 497f8faa908e mavcontrol.h --- a/mavcontrol.h Tue Apr 22 00:10:16 2014 +0000 +++ b/mavcontrol.h Tue Apr 22 13:29:31 2014 +0000 @@ -1,11 +1,12 @@ #define MAVLINK_MSG_ID_PING 4 -#define MAVLINK_MSG_ID_LOITERU 76 #define MAVLINK_MSG_ID_REQUEST_PLIST 21 #define MAVLINK_MSG_ID_ATTITUDE 30 #define MAVLINK_MSG_ID_ITEM 39 #define MAVLINK_MSG_ID_MISSION_REQUEST 40 #define MAVLINK_MSG_ID_REQUEST_LIST 43 #define MAVLINK_MSG_ID_COUNT 44 +#define MAVLINK_MSG_ID_MISSION_ACK 47 +#define MAVLINK_MSG_ID_LONG 76 #include "mbed.h"
