dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
713 stars 163 forks source link

Removing reference to _BV. #38

Closed xcvista closed 5 years ago

xcvista commented 5 years ago

_BV macro is present in Dmitry's stm32.h but it is not present in official ST headers or my platform-stm32 series boot code libraries. Since it is used exactly once across the whole codebase, might as well remove it.