[STM32F0:RTC] Renamed common files to be consistent to file naming scheme

This commit is contained in:
BuFran
2013-07-10 14:06:53 +02:00
committed by Piotr Esden-Tempski
parent cc4c164ebe
commit 4bb18baa59
14 changed files with 77 additions and 45 deletions

View File

@@ -1,15 +1,15 @@
/** @defgroup rtc_file RTC
@ingroup STM32F4xx
@brief <b>libopencm3 STM32F4xx RTC</b>
@version 1.0.0
@date 4 March 2013
LGPL License Terms @ref lgpl_license
*/
*
* @ingroup STM32F4xx
*
* @brief <b>libopencm3 STM32F4xx RTC</b>
*
* @version 1.0.0
*
* @date 4 March 2013
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.
@@ -31,7 +31,7 @@ LGPL License Terms @ref lgpl_license
#include <libopencm3/stm32/exti.h>
#include <libopencm3/stm32/f4/nvic.h>
#include <libopencm3/stm32/rtc.h>
#include <libopencm3/stm32/common/rtc_common_bcd.h>
#include <libopencm3/stm32/common/rtc_common_l1f024.h>
/*---------------------------------------------------------------------------*/