Correct naming of PIC32MX7MMB SPI initialization function

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4798 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-06-02 21:11:36 +00:00
parent dc1b82ed5d
commit 385b362b66
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/************************************************************************************ /************************************************************************************
* configs/pic32mx7mmb/src/up_ssp.c * configs/pic32mx7mmb/src/up_spi.c
* arch/arm/src/board/up_ssp.c * arch/arm/src/board/up_spi.c
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@ -98,7 +98,7 @@
************************************************************************************/ ************************************************************************************/
/************************************************************************************ /************************************************************************************
* Name: pic32mx_sspinitialize * Name: pic32mx_spiinitialize
* *
* Description: * Description:
* Called to configure SPI chip select GPIO pins for the Mikroelektronka PIC32MX7 * Called to configure SPI chip select GPIO pins for the Mikroelektronka PIC32MX7
@ -106,7 +106,7 @@
* *
************************************************************************************/ ************************************************************************************/
void weak_function pic32mx_sspinitialize(void) void weak_function pic32mx_spiinitialize(void)
{ {
/* Configure the SPI chip select, write protect, and card detect GPIOs */ /* Configure the SPI chip select, write protect, and card detect GPIOs */