Previous commits changed the port IDs to an integer rather than a bitfield. However, the first and next commands were utilizing that a -1 became a large positive integer when masked. This resulted in the min port operations failing. Added a default comparison with -1 to fix the problem. |
||
|---|---|---|
| .. | ||
| CmdAB.c | ||
| CmdAuto.c | ||
| CmdCD.c | ||
| CmdE.c | ||
| CmdFI.c | ||
| CmdLQ.c | ||
| CmdRS.c | ||
| CmdSubrs.c | ||
| CmdTZ.c | ||
| CmdWizard.c | ||
| Makefile | ||
| commands.h | ||