//
// Created by cfif on 05.05.23.
#include "PeripheralInterfaces.h"
void InitPeripheralInterfaces() {
Gpios_Init();
SerialPorts_Init(&GPIOS.comIntDir);
Rtcs_Init();
}