//
// Created by cfif on 05.05.23.
#include "PeripheralInterfaces.h"
void InitPeripheralInterfaces() {
// Gpios_Init();
// Adcs_Init();
SerialPorts_Init();
// CanPorts_Init();
// Rtcs_Init();
// StorageOnFlash_Init();
// Pwms_Init();
}