chargeControlBox/APP/hardwareDriver/Src/CCB_HD_GPIO.c

6 lines
73 B
C

#include "CCB_HD_GPIO.h"
void HD_GPIO_Init(void)
{
MX_GPIO_Init();
}