/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ package com.MAVLink.enums; /** * */ public class GOPRO_CHARGING { public static final int GOPRO_CHARGING_DISABLED = 0; /* Charging disabled | */ public static final int GOPRO_CHARGING_ENABLED = 1; /* Charging enabled | */ public static final int GOPRO_CHARGING_ENUM_END = 2; /* | */ }