stm32: Clock Recovery System is a common peripheral.
Pull it out of the F0 directory ready to be used by other devices with this peripheral.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @defgroup CRS_defines CRS Defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the STM32F0xx Clock Recovery</b>
|
||||
* @brief <b>STM32 Clock Recovery System: Defined Constants and Types</b>
|
||||
*
|
||||
* @ingroup STM32F0xx_defines
|
||||
* @ingroup STM32_defines
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
@@ -1,4 +1,4 @@
|
||||
/* This provides unification of code over STM32F subfamilies */
|
||||
/* This provides unification of code over STM32 subfamilies */
|
||||
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
@@ -21,8 +21,8 @@
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
|
||||
#if defined(STM32F0)
|
||||
# include <libopencm3/stm32/f0/crs.h>
|
||||
# include <libopencm3/stm32/common/crs_common_all.h>
|
||||
#else
|
||||
# error "stm32 family not defined."
|
||||
# error "stm32 family not defined or not supported for this peripheral"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user