HVAC_M7_DebugTesting/PeripheralInterfaces.c

16 lines
263 B
C

//
// 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();
}