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:
tegge 2004-09-14 21:58:30 +00:00
parent a6b1c0f019
commit d7c567ad1e

View File

@ -61,7 +61,7 @@ static const struct {
const char *tok;
int def;
} opttbl[] = {
{"packet", 1},
{"packet", 0},
{"update", 1},
{"setdrv", 0}
};