Correct PWM_PIN behavior for STM32 HALs (#12027)
This commit is contained in:
committed by
Scott Lahteine
parent
f2ecf8d510
commit
191df5e17d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user