chargeController/APP/application/Inc/comm.h

12 lines
119 B
C

#ifndef APP_COMM_H_
#define APP_COMM_H_
#include "comm_types.h"
#include "bl_comm.h"
void uart_comm(void);
#endif