You get an RTC, and you get an RTC! (delete HAS_RTC as it wasn't actually doing much) (#9493)

This commit is contained in:
Jonathan Bennett
2026-01-30 11:54:49 -06:00
committed by GitHub
co-authored by GitHub
parent c19fc62683
commit 200e79e800
23 changed files with 0 additions and 42 deletions
-3
View File
@@ -390,9 +390,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef HAS_RADIO
#define HAS_RADIO 0
#endif
#ifndef HAS_RTC
#define HAS_RTC 0
#endif
#ifndef HAS_CPU_SHUTDOWN
#define HAS_CPU_SHUTDOWN 0
#endif