whitespace cleanup, comment endif

This commit is contained in:
Felix Ruess
2010-10-11 21:41:37 +00:00
parent 1559eb4153
commit 32bc6d962e
2 changed files with 11 additions and 13 deletions
@@ -226,5 +226,4 @@ void booz2_analog_extra_adc_read(void) {
#endif #endif
} }
#endif #endif // USE_EXTRA_ADC
-1
View File
@@ -47,4 +47,3 @@ void booz2_analog_periodic( void ) {
RunOnceEvery(50,booz2_analog_bat_read()); RunOnceEvery(50,booz2_analog_bat_read());
} }
#endif #endif