Merge branch 'master' into raspi-portduino

This commit is contained in:
Ben Meadors
2023-03-16 14:43:23 -05:00
committed by GitHub
62 changed files with 1012 additions and 438 deletions

View File

@@ -36,6 +36,9 @@
#ifndef HAS_RTC
#define HAS_RTC 1
#endif
#ifndef HAS_CPU_SHUTDOWN
#define HAS_CPU_SHUTDOWN 1
#endif
#if defined(HAS_AXP192) || defined(HAS_AXP2101)
#define HAS_PMU

View File

@@ -29,7 +29,7 @@
#ifndef HAS_RADIO
#define HAS_RADIO 1
#endif
#ifdef HAS_CPU_SHUTDOWN
#ifndef HAS_CPU_SHUTDOWN
#define HAS_CPU_SHUTDOWN 1
#endif