//
// Created by cfif on 05.05.23.
#include "Gpios.h"
#include "SystemDelayInterface.h"
tGpios GPIOS;
void Gpios_Init() {
tGpios *env = &GPIOS;
}