Skip to content

Commit

Permalink
[Java] Update event code for REJECT_IMAGE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Sep 2, 2024
1 parent 72e7a69 commit fb7641c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public enum DriverEventCode implements EventCode
/**
* Reject image command received by the driver.
*/
CMD_IN_REJECT_IMAGE(56, DriverEventDissector::dissectCommand);
CMD_IN_REJECT_IMAGE(57, DriverEventDissector::dissectCommand);

static final int EVENT_CODE_TYPE = EventCodeType.DRIVER.getTypeCode();

Expand Down

0 comments on commit fb7641c

Please sign in to comment.