Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive.
Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set.
This commit is contained in:
parent
c0e4f52e8f
commit
a509729b2d
7 changed files with 23 additions and 7 deletions
|
@ -72,7 +72,7 @@ static ParameterItem_t ParameterTable[] =
|
|||
|
||||
{ .ParamID = PARAM_RESET_POLARITY,
|
||||
.ParamPrivileges = PARAM_PRIV_WRITE,
|
||||
.ParamValue = 0x00 },
|
||||
.ParamValue = 0x01 },
|
||||
|
||||
{ .ParamID = PARAM_STATUS_TGT_CONN,
|
||||
.ParamPrivileges = PARAM_PRIV_READ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue