mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2026-08-18 04:30:39 +00:00
Deprecate mosi/miso in favour of sdo/sdi
See https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/
This commit is contained in:
@@ -1005,7 +1005,7 @@ static struct
|
||||
const char *description;
|
||||
} connection_status[] =
|
||||
{
|
||||
{ STATUS_CONN_FAIL_MOSI, "MOSI fail" },
|
||||
{ STATUS_CONN_FAIL_SDO, "SDO fail" },
|
||||
{ STATUS_CONN_FAIL_RST, "RST fail" },
|
||||
{ STATUS_CONN_FAIL_SCK, "SCK fail" },
|
||||
{ STATUS_TGT_NOT_DETECTED, "Target not detected" },
|
||||
|
||||
Reference in New Issue
Block a user