Remove the word NOT - that was used to test the fix.

This commit is contained in:
David Sidrane 2015-08-21 18:51:28 -06:00 committed by Gregory Nutt
parent 390c777a2a
commit 6559c8994a

View File

@ -5200,7 +5200,7 @@ static void stm32_hwinitialize(FAR struct stm32_usbdev_s *priv)
* need to force the B session valid
*/
#if defined(NOT_CONFIG_STM32_STM32F446)
#if defined(CONFIG_STM32_STM32F446)
# ifndef CONFIG_USBDEV_VBUSSENSING
regval = stm32_getreg(STM32_OTGFS_GOTGCTL);
regval |= (OTGFS_GOTGCTL_BVALOEN | OTGFS_GOTGCTL_BVALOVAL);