Skip to content

Commit

Permalink
Rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Nov 9, 2017
1 parent d2efabd commit a4331de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fb-rotary.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 17,7 @@
#ifdef MEMORIES
if (!vfoMode) {
// we are in mem mode, move it
int tmem = mem;
tmem = dir;
int tmem = mem dir;

// limits check
if (tmem < 0) tmem = memCount;
Expand Down

0 comments on commit a4331de

Please sign in to comment.