boards/arm/samd2l2/arduino-m0/src/sam_usb.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-13 20:12:54 +09:00 committed by Xiang Xiao
parent 62be7ba8b2
commit 6125d1bb67
1 changed files with 4 additions and 4 deletions

View File

@ -111,11 +111,11 @@ void weak_function sam_usbinitialize(void)
* Name: sam_usbsuspend
*
* Description:
* Board logic must provide the sam_usbsuspend logic if the USBDEV driver is
* used.
* Board logic must provide the sam_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.
* This is an opportunity for the board logic to shutdown clocks, power,
* etc. while the USB is suspended.
*
****************************************************************************/