mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 10:26:37 +00:00
Correct naming of PIC32MX7MMB SPI initialization function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4798 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
bab1c895de
commit
aabb388fc3
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/************************************************************************************
|
||||
* configs/pic32mx7mmb/src/up_ssp.c
|
||||
* arch/arm/src/board/up_ssp.c
|
||||
* configs/pic32mx7mmb/src/up_spi.c
|
||||
* arch/arm/src/board/up_spi.c
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Name: pic32mx_sspinitialize
|
||||
* Name: pic32mx_spiinitialize
|
||||
*
|
||||
* Description:
|
||||
* 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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue