This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6125d1bb6729ccd0c8d281ea4a263fbbd75cb094 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Fri Nov 13 20:12:54 2020 +0900 boards/arm/samd2l2/arduino-m0/src/sam_usb.c: Appease nxstyle --- boards/arm/samd2l2/arduino-m0/src/sam_usb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/arm/samd2l2/arduino-m0/src/sam_usb.c b/boards/arm/samd2l2/arduino-m0/src/sam_usb.c index d00431b..f7810bb 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_usb.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_usb.c @@ -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. * ****************************************************************************/