// // Created by ilya on 16.02.23. // #ifndef UVEOS_ON_NATION_DEVRTC_H #define UVEOS_ON_NATION_DEVRTC_H #include "Rtc_Nation.h" typedef struct { TRtcNational rtcHw; tRtcIO rtcIo; } tRtc; extern tRtc DEV_RTC; void Rtc_Init(); #endif //UVEOS_ON_NATION_DEVRTC_H