UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 275 B
type MAV_DO_REPOSITION_FLAGS = 1 | 2; declare const MAV_DO_REPOSITION_FLAGS_CHANGE_MODE: 1; declare const MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW: 2; export { MAV_DO_REPOSITION_FLAGS_CHANGE_MODE, MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW }; export type { MAV_DO_REPOSITION_FLAGS };