mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Debug message Typo in fix for #2601
This commit is contained in:
parent
3e5f861c68
commit
130b539e83
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user