bug #376 - stop using pmu IRQ - we don't need it and it causes LS wakes

This commit is contained in:
Kevin Hester
2020-10-06 12:45:19 +08:00
parent 943d5cb08d
commit 7854a22fbf
4 changed files with 12 additions and 8 deletions

View File

@@ -190,8 +190,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// code)
#endif
// Leave undefined to disable our PMU IRQ handler
#define PMU_IRQ 35
// Leave undefined to disable our PMU IRQ handler. DO NOT ENABLE THIS because the pmuirq can cause sperious interrupts
// and waking from light sleep
// #define PMU_IRQ 35
#define AXP192_SLAVE_ADDRESS 0x34
#elif defined(TBEAM_V07)