#ifndef HAL_PORT_H #define HAL_PORT_H struct port_t { uint8_t pin; uint8_t module; }; typedef struct port_t Port; #endif