Fix wrappers on HAL/STM32F1 .cpp files (#19581)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp
2020-10-03 11:28:08 +13:00
committed by GitHub
parent 435e98ceed
commit b3c2ee56f9
6 changed files with 16 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#ifdef USE_USB_COMPOSITE
#if defined(__STM32F1__) && defined(USE_USB_COMPOSITE)
#include "msc_sd.h"
#include "SPI.h"
@@ -77,4 +77,4 @@ void MSC_SD_init() {
#endif
}
#endif // USE_USB_COMPOSITE
#endif // __STM32F1__ && USE_USB_COMPOSITE