stm32: renamed pwr_common_all to pwr_common_v1, and pwr_common_l01 to pwr_common_v2
This commit is contained in:
committed by
Karl Palsson
parent
d1d511c6f4
commit
383fafc862
@@ -30,8 +30,8 @@ specific memorymap.h header before including this header file.*/
|
||||
/** @cond */
|
||||
#ifdef LIBOPENCM3_PWR_H
|
||||
/** @endcond */
|
||||
#ifndef LIBOPENCM3_PWR_COMMON_ALL_H
|
||||
#define LIBOPENCM3_PWR_COMMON_ALL_H
|
||||
#ifndef LIBOPENCM3_PWR_COMMON_V1_H
|
||||
#define LIBOPENCM3_PWR_COMMON_V1_H
|
||||
|
||||
/**@{*/
|
||||
|
||||
@@ -126,7 +126,7 @@ END_DECLS
|
||||
#endif
|
||||
/** @cond */
|
||||
#else
|
||||
#warning "pwr_common_all.h should not be included explicitly, only via pwr.h"
|
||||
#warning "pwr_common_v1.h should not be included explicitly, only via pwr.h"
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#ifndef LIBOPENCM3_PWR_COMMON_L01_H
|
||||
#define LIBOPENCM3_PWR_COMMON_L01_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
/* --- PWR_CR values ------------------------------------------------------- */
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Module definitions */
|
||||
|
||||
@@ -31,7 +31,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
/*
|
||||
* This file extends the common STM32 version with definitions only
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
/* --- PWR_CR values ------------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_all.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v1.h>
|
||||
|
||||
/*
|
||||
* This file extends the common STM32 version with definitions only
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_l01.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v2.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#ifndef LIBOPENCM3_PWR_H
|
||||
#define LIBOPENCM3_PWR_H
|
||||
|
||||
#include <libopencm3/stm32/common/pwr_common_l01.h>
|
||||
#include <libopencm3/stm32/common/pwr_common_v2.h>
|
||||
|
||||
/*
|
||||
* This file extends the common STM32 version with definitions only
|
||||
|
||||
Reference in New Issue
Block a user