Minor HAL cleanup

This commit is contained in:
Scott Lahteine
2020-09-08 22:14:59 -05:00
parent 784016a25e
commit a8904d25ba
7 changed files with 127 additions and 118 deletions

View File

@ -72,7 +72,7 @@ static SPISettings spiConfig;
*/
void spiBegin() {
#if !defined(SS_PIN) || SS_PIN < 0
#error SS_PIN not defined!
#error "SS_PIN not defined!"
#endif
OUT_WRITE(SS_PIN, HIGH);