From 46b307178dca98b74cafe2746b3ad382f03b1e18 Mon Sep 17 00:00:00 2001 From: Dan Evans Date: Wed, 16 Aug 2017 12:50:50 -0600 Subject: [PATCH] cleanup --- cpu/samd21/include/periph_clock_config.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cpu/samd21/include/periph_clock_config.h b/cpu/samd21/include/periph_clock_config.h index 6d0bc8c18fd3e..ca449793066ce 100644 --- a/cpu/samd21/include/periph_clock_config.h +++ b/cpu/samd21/include/periph_clock_config.h @@ -22,34 +22,34 @@ #ifdef __cplusplus extern "C" { #endif - - /** - * @brief Default Clock configurations - */ + +/** + * @brief Default Clock configurations + */ #ifndef CLOCK_8MHZ #define CLOCK_8MHZ (8000000UL) #endif - + #ifndef CLOCK_XOSC32K #define CLOCK_XOSC32K (0) #endif - + #ifndef XOSC32_RUNSTDBY #define XOSC32_RUNSTDBY (0) #endif - + #ifndef GEN1_1MHZ #define GEN1_1MHZ (1) #endif - + #ifndef GEN2_XOSC32 #define GEN2_XOSC32 (0) #endif - + #ifndef GEN3_ULP32K #define GEN3_ULP32K (1) #endif - + #ifdef __cplusplus } #endif