Skip to content

Commit

Permalink
Bugfix: Opcode AFTEROVERLOAD does not have an argument that is a pin …
Browse files Browse the repository at this point in the history
…and needs to be initialized
  • Loading branch information
habazut committed May 23, 2024
1 parent 449a5f1 commit b17dc5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EXRAIL2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ LookList* RMFT2::LookListLoader(OPCODE op1, OPCODE op2, OPCODE op3) {
case OPCODE_AT:
case OPCODE_ATTIMEOUT2:
case OPCODE_AFTER:
case OPCODE_AFTEROVERLOAD:
case OPCODE_IF:
case OPCODE_IFNOT: {
int16_t pin = (int16_t)operand;
Expand Down

0 comments on commit b17dc5a

Please sign in to comment.