Americanized English spelling

This commit is contained in:
Scott Lahteine
2018-10-30 18:55:18 -05:00
parent 9e663a624b
commit 4ed579cafc
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ static SPISettings spiConfig;
* Standard SPI functions
*/
// Initialise SPI bus
// Initialize SPI bus
void spiBegin(void) {
#if !PIN_EXISTS(SS)
#error "SS_PIN not defined!"