cpu: fix typo in author email

This commit is contained in:
Alexandre Abadie 2017-01-19 21:45:23 +01:00
parent 2a4df77567
commit 245f60edfa
26 changed files with 26 additions and 26 deletions

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H_ #ifndef PERIPH_CPU_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_PERIPH_H_ #ifndef CPU_PERIPH_H_

View File

@ -17,7 +17,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H_ #ifndef PERIPH_CPU_H_

View File

@ -18,7 +18,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Johann Fischer <j.fischer@phytec.de> * @author Johann Fischer <j.fischer@phytec.de>
*/ */

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief CPU specific configuration options * @brief CPU specific configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_CONF_H #ifndef CPU_CONF_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H_ #ifndef PERIPH_CPU_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_PERIPH_H_ #ifndef CPU_PERIPH_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H_ #ifndef PERIPH_CPU_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_CONF_H #ifndef CPU_CONF_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief nRF51 specific definitions for handling peripherals * @brief nRF51 specific definitions for handling peripherals
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_ #ifndef PERIPH_CPU_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief nRF52 specific CPU configuration * @brief nRF52 specific CPU configuration
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* *
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief nRF52 specific definitions for handling peripherals * @brief nRF52 specific definitions for handling peripherals
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_ #ifndef PERIPH_CPU_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief nRF5x common definitions for handling peripherals * @brief nRF5x common definitions for handling peripherals
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_COMMON_H_ #ifndef PERIPH_CPU_COMMON_H_

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Common CPU specific definitions for all SAMx21 based CPUs * @brief Common CPU specific definitions for all SAMx21 based CPUs
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_PERIPH_COMMON_H #ifndef CPU_PERIPH_COMMON_H

View File

@ -14,7 +14,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Tobias Fredersdorf <tobias.fredersdorf@haw-hamburg.de> * @author Tobias Fredersdorf <tobias.fredersdorf@haw-hamburg.de>
* *
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef CPU_PERIPH_H #ifndef CPU_PERIPH_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief Shared CPU specific definitions for the STM32 family * @brief Shared CPU specific definitions for the STM32 family
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_COMMON_H #ifndef PERIPH_CPU_COMMON_H

View File

@ -16,7 +16,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/ */

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H

View File

@ -15,7 +15,7 @@
* @file * @file
* @brief Implementation specific CPU configuration options * @brief Implementation specific CPU configuration options
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef STM32F4_CPU_CONF_H #ifndef STM32F4_CPU_CONF_H

View File

@ -13,7 +13,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H

View File

@ -14,7 +14,7 @@
* @file * @file
* @brief CPU specific definitions for internal peripheral handling * @brief CPU specific definitions for internal peripheral handling
* *
* @author Hauke Petersen <hauke.peterse@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de> * @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
*/ */