#ifndef => #if !PIN_EXISTS
This commit is contained in:
@ -76,7 +76,7 @@ static SPISettings spiConfig;
|
||||
* @details Only configures SS pin since libmaple creates and initialize the SPI object
|
||||
*/
|
||||
void spiBegin() {
|
||||
#ifndef SS_PIN
|
||||
#if !PIN_EXISTS(SS)
|
||||
#error "SS_PIN not defined!"
|
||||
#endif
|
||||
SET_OUTPUT(SS_PIN);
|
||||
|
Reference in New Issue
Block a user