Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Firmware/Behavior/app_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void app_read_REG_PORT_DIS(void)
app_regs.REG_PORT_DIS = (read_POKE0_IR) ? B_DI0 : 0;
app_regs.REG_PORT_DIS |= (read_POKE1_IR) ? B_DI1 : 0;
app_regs.REG_PORT_DIS |= (read_POKE2_IR) ? B_DI2 : 0;
app_regs.REG_PORT_DIS |= (read_DI3) ? B_DI3 : 0;
}
bool app_write_REG_PORT_DIS(void *a) { return false; }

Expand Down