diff options
| author | Selene ToyKeeper | 2019-11-19 00:31:54 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-19 00:31:54 -0700 |
| commit | 9990b88cf7ef331721d87ba1340580fd347263b7 (patch) | |
| tree | 9a58daebb673a97e596b9aca5e2d9d6680804607 | |
| parent | enabled prevent_reboot_loop() on all builds, to reduce the impact of any pote... (diff) | |
| download | anduril-9990b88cf7ef331721d87ba1340580fd347263b7.tar.gz anduril-9990b88cf7ef331721d87ba1340580fd347263b7.tar.bz2 anduril-9990b88cf7ef331721d87ba1340580fd347263b7.zip | |
the Q8 can just barely fit muggle mode again
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-q8.h b/spaghetti-monster/anduril/cfg-blf-q8.h index 166b10e..31c22ff 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8.h +++ b/spaghetti-monster/anduril/cfg-blf-q8.h @@ -14,9 +14,9 @@ #define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 2) // doesn't quite fit -#ifdef USE_MUGGLE_MODE -#undef USE_MUGGLE_MODE -#endif +//#ifdef USE_MUGGLE_MODE +//#undef USE_MUGGLE_MODE +//#endif // copied from Emisar D4 ramp // ../../bin/level_calc.py 1 65 7135 1 0.8 150 |
