uncrustify libraries/AP_ADC/AP_ADC_HIL.cpp

This commit is contained in:
uncrustify 2012-08-16 22:39:21 -07:00 committed by Pat Hickey
parent 0fcf421752
commit bd0b3ee6b2

View File

@ -6,14 +6,14 @@
#endif #endif
/* /*
AP_ADC_HIL.cpp * AP_ADC_HIL.cpp
Author: James Goppert * Author: James Goppert
*
License: * License:
This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
*/ */
const uint8_t AP_ADC_HIL::sensors[6] = {1,2,0,4,5,6}; const uint8_t AP_ADC_HIL::sensors[6] = {1,2,0,4,5,6};