diff options
author | Keith Packard <keithp@keithp.com> | 2017-11-02 09:11:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-11-02 09:11:39 -0700 |
commit | f8ac44c62469ac97d1ab01e21da8230c39c87518 (patch) | |
tree | a83d667aaf56a056f9d9e8dc6cf25b95aca3660e | |
parent | 2418a1297af8f43e338067321779328c59b4a96c (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.c | 2 |
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; |