Cosmetic updates from review of last PR.
This commit is contained in:
parent
becb667f56
commit
a42c5e57fc
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************************
|
||||
* arch/arm/src/stm32/chip/stm32_adc_ipv1.h
|
||||
* arch/arm/src/stm32/chip/stm32_adc_v1.h
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1_H
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1_H
|
||||
|
||||
/****************************************************************************************************
|
||||
* Included Files
|
||||
@ -624,4 +624,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1_H */
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1_H */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************************
|
||||
* arch/arm/src/stm32/chip/stm32_adc_ipv1l1.h
|
||||
* arch/arm/src/stm32/chip/stm32_adc_v1l1.h
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1L1_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1L1_H
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1L1_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1L1_H
|
||||
|
||||
/****************************************************************************************************
|
||||
* Included Files
|
||||
@ -560,4 +560,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV1L1_H */
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V1L1_H */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************************************
|
||||
* arch/arm/src/stm32/chip/stm32_adc_ipv2.h
|
||||
* arch/arm/src/stm32/chip/stm32_adc_v2.h
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV2_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV2_H
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V2_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V2_H
|
||||
|
||||
/****************************************************************************************************
|
||||
* Included Files
|
||||
@ -732,4 +732,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_IPV2_H */
|
||||
#endif /* __ARCH_ARM_SRC_STM32_CHIP_STM32_ADC_V2_H */
|
||||
|
Loading…
Reference in New Issue
Block a user