PIC32MXMMB: Fix a few copy-paste errors.

This commit is contained in:
Gregory Nutt 2017-05-27 09:23:23 -06:00
parent 7f9700804f
commit f86287fd43
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**************************************************************************************
* configs/stm32fdiscover/src/pic32_mio283qt2.c
* configs/pic32mx7mmb/src/pic32_mio283qt2.c
*
* Interface definition for the MI0283QT-2 LCD from Multi-Inno Technology Co., Ltd.
* This LCD is based on the Himax HX8347-D LCD controller.

View File

@ -130,7 +130,7 @@ void weak_function pic32mx_usbdevinitialize(void)
* Description:
* If USB is supported and the board supports a pullup via GPIO (for USB
* software connect and disconnect), then the board software must provide
* stm32_pullup. See include/nuttx/usb/usbdev.h for additional description
* pic32mx_pullup. See include/nuttx/usb/usbdev.h for additional description
* of this method. Alternatively, if no pull-up GPIO the following EXTERN
* can be redefined to be NULL.
*
@ -147,7 +147,7 @@ int pic32mx_usbpullup(FAR struct usbdev_s *dev, bool enable)
* Name: pic32mx_usbsuspend
*
* Description:
* Board logic must provide the stm32_usbsuspend logic if the USBDEV driver
* Board logic must provide the pic32mx_usbsuspend logic if the USBDEV driver
* is used. This function is called whenever the USB enters or leaves
* suspend mode. This is an opportunity for the board logic to shutdown
* clocks, power, etc. while the USB is suspended.