✨feat: 更好兼容matlab
uin64->uint32 payload64->payload
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user