Browse Source

Sub: Don't declare gripper functions if it's not enabled

master
Jacob Walser 8 years ago
parent
commit
af8514f1a3
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -665,7 +665,9 @@ private: @@ -665,7 +665,9 @@ private:
void update_optical_flow(void);
#endif
void read_battery(void);
#if GRIPPER_ENABLED == ENABLED
void gripper_update();
#endif
void terrain_update();
void terrain_logging();
bool terrain_use();

Loading…
Cancel
Save