altos/lisp: Generate built-in lambda atoms for const creation
[fw/altos] / src / stm / ao_adc_stm.c
index 17ff344d3a228ee9310bbf009bfeefaa665692be..c3cca5e4f3139372eb7b5d4d63fd2c117902ca98 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -190,7 +191,7 @@ ao_adc_dump(void) __reentrant
        for (i = 0; i < AO_NUM_ADC; i++) {
 #ifdef AO_ADC_SQ1_NAME
                if (ao_adc_name[i])
-                       printf ("\t%s: %5d\n", ao_adc_name[i], d[i]);
+                       printf (" %s: %5d", ao_adc_name[i], d[i]);
                else            
 #endif
                        printf (" %2d: %5d", i, d[i]);
@@ -376,7 +377,7 @@ ao_adc_init(void)
 #if AO_NUM_ADC > 18
 #error "need to finish stm_adc.sqr settings"
 #endif
-       
+
        /* Turn ADC on */
        stm_adc.cr2 = AO_ADC_CR2_VAL;