[modules] mavlink: make sure UINT16_MAX is defined

This commit is contained in:
Felix Ruess
2015-03-25 18:43:26 +01:00
parent 84f43ef81b
commit 11ff2c4923
+2
View File
@@ -49,6 +49,8 @@
#endif
#include "generated/flight_plan.h"
// for UINT16_MAX
#include <stdint.h>
mavlink_system_t mavlink_system;