Browse Source

PID: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
6862791d66
  1. 2
      libraries/PID/PID.cpp
  2. 2
      libraries/PID/PID.h

2
libraries/PID/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 PID.cpp
/// @brief Generic PID algorithm

2
libraries/PID/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 PID.h
/// @brief Generic PID algorithm, with EEPROM-backed storage of constants.

Loading…
Cancel
Save