Changed behavior of vars menu key (do EVAL1 instead of EVAL)

This commit is contained in:
claudiol 2016-05-12 13:23:12 -04:00
parent ff3f9e2e1b
commit 301a00b4e4
2 changed files with 3 additions and 3 deletions

View file

@ -750,7 +750,7 @@ void varsKeyHandler(BINT keymsg,BINT menunum,BINT varnum)
if(ISIDENT(*action)) {
// JUST EVAL THE VARIABLE
rplPushData(action); // PUSH THE NAME ON THE STACK
Opcode=(CMD_OVR_EVAL);
Opcode=(CMD_OVR_EVAL1);
break;
}
if(ISUNIT(*action)) {

View file

@ -159,7 +159,7 @@ RPL_OBJECTS = newrpl/rpl-objects/lib-54.nrpl \
# This might need to be adapted to each cross-compiler installation
GCC_LIBDIR = /usr/local/lib/gcc/arm-none-eabi/5.2.0
GCC_LIBDIR = /usr/lib/gcc/arm-none-eabi/4.8.2
INCLUDEPATH += $$GCC_LIBDIR/include
QMAKE_LIBDIR += $$GCC_LIBDIR
@ -197,7 +197,7 @@ QMAKE_LFLAGS_SHAPP =
QMAKE_LFLAGS_THREAD =
QMAKE_LFLAGS = -T$$PWD/firmware/ld.script -nodefaultlibs -nostdlib -L$$GCC_LIBDIR
QMAKE_POST_LINK = $$PWD/firmware/elf2rom $(TARGET)
QMAKE_POST_LINK = $$PWD/tools-bin/elf2rom $(TARGET)
## Additional RPL compiler, make sure it's in the PATH