HVAC_DEV_DebugTesting/PeripheralInterfaces.c

13 lines
206 B
C

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