Correct polarity of packet mode bit.
Problem discovered when 'boot0cfg -B -v -o packet -s 2 ad4' turned off packet mode while reporting it as being enabled.
This commit is contained in:
parent
a6b1c0f019
commit
d7c567ad1e
@ -61,7 +61,7 @@ static const struct {
|
||||
const char *tok;
|
||||
int def;
|
||||
} opttbl[] = {
|
||||
{"packet", 1},
|
||||
{"packet", 0},
|
||||
{"update", 1},
|
||||
{"setdrv", 0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user