Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Evans committed Aug 16, 2017
1 parent 9d7b86d commit 46b3071
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cpu/samd21/include/periph_clock_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46b3071

Please sign in to comment.