# HG changeset patch # User Mychaela Falconia # Date 1602925046 0 # Node ID 58b05205d579b489428a78a106fd2c2d2c5eb3e6 # Parent 228f0b39e2fe2ec285ac255a7f62c123d518d71a components/misc_{fl,ir}: no dependency on $MEMSUPER diff -r 228f0b39e2fe -r 58b05205d579 components/misc_fl --- a/components/misc_fl Sat Oct 17 08:55:38 2020 +0000 +++ b/components/misc_fl Sat Oct 17 08:57:26 2020 +0000 @@ -6,11 +6,6 @@ CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_FLASH" -if [ "$MEMSUPER" != 0 ] -then - CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" -fi - # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" diff -r 228f0b39e2fe -r 58b05205d579 components/misc_ir --- a/components/misc_ir Sat Oct 17 08:55:38 2020 +0000 +++ b/components/misc_ir Sat Oct 17 08:57:26 2020 +0000 @@ -6,11 +6,6 @@ CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM" -if [ "$MEMSUPER" != 0 ] -then - CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" -fi - # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc"