From 1d7463befc18f415d8982f04e52729d3bf5b95a9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Jan 2016 23:55:32 -0800 Subject: [PATCH] altos: remove blank line in stmf0/ao_timer.c Signed-off-by: Keith Packard --- src/stmf0/ao_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stmf0/ao_timer.c b/src/stmf0/ao_timer.c index 3aae7e55..7d96542b 100644 --- a/src/stmf0/ao_timer.c +++ b/src/stmf0/ao_timer.c @@ -127,7 +127,6 @@ ao_clock_enable_crs(void) (0 << STM_CRS_CR_ERRIE) | (0 << STM_CRS_CR_SYNCWARNIE) | (0 << STM_CRS_CR_SYNCOKIE)); - } void -- 2.30.2