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

This commit is contained in:
David Sidrane
2015-08-21 18:40:20 -06:00
committed by Gregory Nutt
parent 2fafe1c817
commit 390c777a2a
+1 -1
View File
@@ -5169,7 +5169,7 @@ static void stm32_hwinitialize(FAR struct stm32_usbdev_s *priv)
/* Deactivate the power down */
#if defined(NOT_CONFIG_STM32_STM32F446)
#if defined(CONFIG_STM32_STM32F446)
/* In the case of the STM32F446 the meaning of the bit has changed to VBUS
* Detection Enable when set
*/