From 011c5390356e0f082bca870c600dc5388885f475 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Fri, 5 Mar 2021 16:31:05 +0100 Subject: [PATCH] globals.h: bugfix RTC_NOINIT --- include/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/globals.h b/include/globals.h index adddd3ab..0ea92442 100644 --- a/include/globals.h +++ b/include/globals.h @@ -148,6 +148,6 @@ extern SemaphoreHandle_t I2Caccess; extern TaskHandle_t irqHandlerTask, ClockTask, macProcessTask; extern TimerHandle_t WifiChanTimer; extern Timezone myTZ; -extern RTC_DATA_ATTR runmode_t RTC_runmode; +extern RTC_NOINIT_ATTR runmode_t RTC_runmode; -#endif \ No newline at end of file +#endif