Correct PWM_PIN behavior for STM32 HALs (#12027)

This commit is contained in:
Nils Hasenbanck
2018-10-08 00:08:01 +02:00
committed by Scott Lahteine
parent f2ecf8d510
commit 191df5e17d
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ static SPISettings spiConfig;
// --------------------------------------------------------------------------
// Software SPI
// --------------------------------------------------------------------------
#error "Software SPI not supported for STM32F7. Use Hardware SPI."
#error "Software SPI not supported for STM32. Use Hardware SPI."
#else