Skip to content

Commit

Permalink
change order of UsbPowerMode to preserve panda lib behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 2, 2019
1 parent 18a2917 commit 5cf3c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions log.capnp
Expand Up @@ -319,9 +319,9 @@ struct HealthData {
}

enum UsbPowerMode {
cdp @0;
dcp @1;
client @2;
client @0;
cdp @1;
dcp @2;
}
}

Expand Down

0 comments on commit 5cf3c2c

Please sign in to comment.