Rename sam_pio.c to sama5d53x4x_pio.c

This commit is contained in:
Gregory Nutt 2015-09-12 09:14:34 -06:00
parent 114f353224
commit 7c62fcbe96

View file

@ -1,6 +1,6 @@
/****************************************************************************
* arch/arm/src/sama5/sam_pio.c
* General Purpose Input/Output (PIO) logic for the SAMA5
* arch/arm/src/sama5/sama5d3x4x_pio.c
* General Purpose Input/Output (PIO) logic for the SAMA5D3x and SAMA5D4x
*
* Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>