Debug message Typo in fix for #2601

This commit is contained in:
Simon Andrews 2025-01-28 19:21:51 +00:00
parent 3e5f861c68
commit 130b539e83

View File

@ -112,7 +112,7 @@ void jshSPISetup(
funcTypeStr, sizeof(funcTypeStr));
jsDebug(DBG_INFO,
"jshSPISetup: for host: %d, SPI pins on device: %s, identified as "
"SCK: %d, MISO: %d, MISI: %d\n",
"SCK: %d, MISO: %d, MOSI: %d\n",
SPIChannels[channelPnt].HOST, funcTypeStr, inf->pinSCK, inf->pinMISO,
inf->pinMOSI);
#endif