AP_Gripper: Change the tab code to whitespace

This commit is contained in:
murata 2020-04-25 05:31:06 +09:00 committed by Randy Mackay
parent a3278c73e3
commit 3967c46c1a

View File

@ -9,8 +9,8 @@
* EPM docs: https://docs.zubax.com/opengrab_epm_v3
*/
/// @file AP_EPM.h
/// @brief AP_EPM control class
/// @file AP_EPM.h
/// @brief AP_EPM control class
#pragma once
#include "AP_Gripper.h"
@ -20,8 +20,8 @@
#define EPM_RETURN_TO_NEUTRAL_MS 500 // EPM PWM returns to neutral position this many milliseconds after grab or release
/// @class AP_Gripper_EPM
/// @brief Class to manage the EPM_CargoGripper
/// @class AP_Gripper_EPM
/// @brief Class to manage the EPM_CargoGripper
class AP_Gripper_EPM : public AP_Gripper_Backend {
public:
AP_Gripper_EPM(struct AP_Gripper::Backend_Config &_config);