SAMA5: Rename chip/sam_pio.h to chip/sama5d3s4x_pio.h
This commit is contained in:
parent
1f745e534b
commit
b8c1f0bfeb
1 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/****************************************************************************************
|
||||
* arch/arm/src/sama5/chip/sam_pio.h
|
||||
* Parallel Input/Output (PIO) Controller definitions for the SAMA5
|
||||
* arch/arm/src/sama5/chip/sama5d3x4x_pio.h
|
||||
* Parallel Input/Output (PIO) Controller definitions for the SAMA5D3x and SAMA5D4x
|
||||
*
|
||||
* Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H
|
||||
#ifndef __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H
|
||||
#define __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H
|
||||
|
||||
/****************************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -638,4 +638,4 @@
|
|||
* Public Functions
|
||||
****************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H */
|
||||
#endif /* __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H */
|
||||
Loading…
Add table
Reference in a new issue