summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-11-02 09:11:39 -0700
committerKeith Packard <keithp@keithp.com>2017-11-11 16:36:35 -0800
commit5460d7ff46116901bceacd43282b406c446dded5 (patch)
tree984325b8b73a9079bd5257d1b5e0a20501c8e75f
parent83929cd290279963b01b2ccd52c70d61bdeff6b0 (diff)
altos: whitespace cleanup in ao_adc_stm.c
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/stm/ao_adc_stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/ao_adc_stm.c b/src/stm/ao_adc_stm.c
index 77f121dc..c3cca5e4 100644
--- a/src/stm/ao_adc_stm.c
+++ b/src/stm/ao_adc_stm.c
@@ -377,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;