diff options
| author | Selene ToyKeeper | 2020-09-25 05:30:06 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-09-25 05:30:06 -0600 |
| commit | 5a101831597ff91a9c96f810950d47c245dcd8f3 (patch) | |
| tree | 8011da416ecc65237e0b69f2cb419b1d99c5d7d8 | |
| parent | reduced ROM size by ~58 to ~88 bytes by making lookup tables const (diff) | |
| download | anduril-5a101831597ff91a9c96f810950d47c245dcd8f3.tar.gz anduril-5a101831597ff91a9c96f810950d47c245dcd8f3.tar.bz2 anduril-5a101831597ff91a9c96f810950d47c245dcd8f3.zip | |
removed ROM-size reduction options from larger build targets; not needed any more
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66g2.h | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index f976a63..9922681 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -2,9 +2,6 @@ #define MODEL_NUMBER "0411" #include "hwdef-FF_ROT66.h" -// ROM is too big... remove something -//#undef USE_VOLTAGE_CORRECTION - // the button lights up #define USE_INDICATOR_LED // the button is visible while main LEDs are on diff --git a/spaghetti-monster/anduril/cfg-ff-rot66g2.h b/spaghetti-monster/anduril/cfg-ff-rot66g2.h index 06e693b..9a70498 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66g2.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66g2.h @@ -3,10 +3,6 @@ #undef MODEL_NUMBER #define MODEL_NUMBER "0413" -// ROM is too big... remove something -//#undef USE_VOLTAGE_CORRECTION -//#undef USE_MANUAL_MEMORY_TIMER - // if the "low" mode was disabled, turn it back on #ifdef INDICATOR_LED_SKIP_LOW #undef INDICATOR_LED_SKIP_LOW diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index f5dbac2..c66525c 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -2,10 +2,6 @@ #define MODEL_NUMBER "0521" #include "hwdef-Mateminco_MF01-Mini.h" -// ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION -//#undef USE_MANUAL_MEMORY_TIMER - // the button lights up #define USE_INDICATOR_LED //#define INDICATOR_LED_SKIP_LOW // low mode doesn't work on this driver |
