diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-17 18:06:53 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-17 18:09:40 -0400 |
commit | 10b873c407b4fc1448e302b4c023dae9d7e43e3c (patch) | |
tree | 1f39ff896fc83aaf99b754b5fcebc05a214cb8a9 | |
parent | e0490991652ee8573841293df9f283b7374cd818 (diff) |
xduoox3: In ROLO, allow the ADC to be shut down.
The hang we were seeing was due to IRAM wonkiness. that's fixed.
Change-Id: Ie33a1110639fe51ad540e4e172e41f22f3bf875b
-rw-r--r-- | firmware/rolo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c index 10574ea053..f58b56e827 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -291,9 +291,7 @@ int rolo_load(const char* filename) lcd_remote_puts(0, 1, "Executing"); lcd_remote_update(); #endif -#if (CONFIG_KEYPAD != XDUOO_X3_PAD) /* X3 adc hangs on ROLO */ adc_close(); -#endif #if CONFIG_CPU == AS3525v2 /* Set CVDD1 power supply to default*/ ascodec_write_pmu(0x17, 1, 0); |