feat: 更好兼容matlab

uin64->uint32
payload64->payload
This commit is contained in:
matt
2020-09-20 10:12:24 +08:00
parent 1465895353
commit e79d1f21fb
289 changed files with 6428 additions and 15915 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace mavlink {
extern "C" {
#endif
/* Visual Studio versions before 2010 don't have stdint.h, so we just error out.*/
/* Visual Studio versions before 2010 don't have stdint.h, so we just error out. */
#if (defined _MSC_VER) && (_MSC_VER < 1600)
#error "The C-MAVLink implementation requires Visual Studio 2010 or greater"
#endif