HVAC_DEV_DebugTesting/PeripheralInterfaces.c

12 lines
185 B
C

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