mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Removed the word NOT - that was used to test the fix.
This commit is contained in:
committed by
Gregory Nutt
parent
2fafe1c817
commit
390c777a2a
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user