Remove extra #endif from stm32_usb.c

This commit is contained in:
Alan Carvalho de Assis 2023-07-17 17:29:25 -03:00 committed by Xiang Xiao
parent 65ad9c2b7e
commit 3eab3ccf69
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ void stm32_usbinitialize(void)
stm32_configgpio(GPIO_OTGFS_PWRON);
stm32_configgpio(GPIO_OTGFS_OVER);
#endif
#endif
}
/****************************************************************************