From ce168959907bc922875902a703a1aebe2296ad2c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 11 May 2017 12:15:54 +0200 Subject: o Cleaning up generated files, removing space at end of line. --- stm32cubemx/Src/usbd_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stm32cubemx/Src/usbd_conf.c') diff --git a/stm32cubemx/Src/usbd_conf.c b/stm32cubemx/Src/usbd_conf.c index 36db934..858fb0c 100644 --- a/stm32cubemx/Src/usbd_conf.c +++ b/stm32cubemx/Src/usbd_conf.c @@ -167,7 +167,7 @@ void HAL_PCD_ResetCallback(PCD_HandleTypeDef *hpcd) case PCD_SPEED_FULL: speed = USBD_SPEED_FULL; break; - + default: speed = USBD_SPEED_FULL; break; @@ -741,7 +741,7 @@ void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) if (state == 1) { /* Configure Low Connection State */ - + } else { -- cgit v1.2.3