Update and fix POWER_MONITOR (#18561)

This commit is contained in:
ellensp
2020-07-07 11:53:26 +12:00
committed by GitHub
parent ea8c3a9388
commit 12e7106a8a
8 changed files with 28 additions and 20 deletions

View File

@ -94,7 +94,7 @@
#include "../feature/powerloss.h"
#endif
#if ENABLED(POWER_MONITOR)
#if HAS_POWER_MONITOR
#include "../feature/power_monitor.h"
#endif