fixed formatting of ADC driver

it was a nasty mix of DOS and UNIX
This commit is contained in:
Andrew Tridgell 2011-12-16 19:30:46 +11:00
parent 5b4717ea55
commit 9e9b229a1d
2 changed files with 271 additions and 269 deletions

View File

@ -1,3 +1,4 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/* /*
AP_ADC_ADS7844.cpp - ADC ADS7844 Library for Ardupilot Mega AP_ADC_ADS7844.cpp - ADC ADS7844 Library for Ardupilot Mega
Code by Jordi Mu<EFBFBD>oz and Jose Julio. DIYDrones.com Code by Jordi Mu<EFBFBD>oz and Jose Julio. DIYDrones.com

View File

@ -1,3 +1,4 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#ifndef AP_ADC_ADS7844_H #ifndef AP_ADC_ADS7844_H
#define AP_ADC_ADS7844_H #define AP_ADC_ADS7844_H