Skip to content

Commit

Permalink
Fix wrong event enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 4, 2019
1 parent f4c92cf commit 3d90c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
preLaneChangeRight @58;
laneChange @59;
invalidGiraffeToyota @60;
internetConnectionNeeded @61;
internetConnectivityNeeded @61;
}
}

Expand Down

0 comments on commit 3d90c78

Please sign in to comment.