Browse Source

AC_PID: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
8c25a504c3
  1. 2
      libraries/AC_PID/AC_PID.cpp
  2. 2
      libraries/AC_PID/AC_PID.h

2
libraries/AC_PID/AC_PID.cpp

@ -1,4 +1,4 @@ @@ -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 AC_PID.cpp
/// @brief Generic PID algorithm

2
libraries/AC_PID/AC_PID.h

@ -1,4 +1,4 @@ @@ -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 AC_PID.h
/// @brief Generic PID algorithm, with EEPROM-backed storage of constants.

Loading…
Cancel
Save