mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
AP_Motors: fixed indent-tabs-mode
This commit is contained in:
parent
1cc02836a0
commit
81f7ae9108
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
#ifndef __AP_MOTORS_H__
|
#ifndef __AP_MOTORS_H__
|
||||||
#define __AP_MOTORS_H__
|
#define __AP_MOTORS_H__
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsHeli.cpp - ArduCopter motors library
|
* AP_MotorsHeli.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsHeli.h
|
/// @file AP_MotorsHeli.h
|
||||||
/// @brief Motor control class for Traditional Heli
|
/// @brief Motor control class for Traditional Heli
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsHexa.cpp - ArduCopter motors library
|
* AP_MotorsHexa.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsHexa.h
|
/// @file AP_MotorsHexa.h
|
||||||
/// @brief Motor control class for Hexacopters
|
/// @brief Motor control class for Hexacopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsMatrix.cpp - ArduCopter motors library
|
* AP_MotorsMatrix.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsMatrix.h
|
/// @file AP_MotorsMatrix.h
|
||||||
/// @brief Motor control class for Matrixcopters
|
/// @brief Motor control class for Matrixcopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsOcta.cpp - ArduCopter motors library
|
* AP_MotorsOcta.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsOcta.h
|
/// @file AP_MotorsOcta.h
|
||||||
/// @brief Motor control class for Octacopters
|
/// @brief Motor control class for Octacopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsOctaQuad.cpp - ArduCopter motors library
|
* AP_MotorsOctaQuad.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsOctaQuad.h
|
/// @file AP_MotorsOctaQuad.h
|
||||||
/// @brief Motor control class for OctaQuadcopters
|
/// @brief Motor control class for OctaQuadcopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsQuad.cpp - ArduCopter motors library
|
* AP_MotorsQuad.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsQuad.h
|
/// @file AP_MotorsQuad.h
|
||||||
/// @brief Motor control class for Quadcopters
|
/// @brief Motor control class for Quadcopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsTri.cpp - ArduCopter motors library
|
* AP_MotorsTri.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsTri.h
|
/// @file AP_MotorsTri.h
|
||||||
/// @brief Motor control class for Tricopters
|
/// @brief Motor control class for Tricopters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_MotorsY6.cpp - ArduCopter motors library
|
* AP_MotorsY6.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
/// @file AP_MotorsY6.h
|
/// @file AP_MotorsY6.h
|
||||||
/// @brief Motor control class for Y6 frames
|
/// @brief Motor control class for Y6 frames
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
/*
|
/*
|
||||||
* AP_Motors.cpp - ArduCopter motors library
|
* AP_Motors.cpp - ArduCopter motors library
|
||||||
* Code by RandyMackay. DIYDrones.com
|
* Code by RandyMackay. DIYDrones.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||||
|
|
||||||
#ifndef __AP_MOTORS_CLASS_H__
|
#ifndef __AP_MOTORS_CLASS_H__
|
||||||
#define __AP_MOTORS_CLASS_H__
|
#define __AP_MOTORS_CLASS_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user