chargeController/APP/application/Inc/comm.h

12 lines
119 B
C
Raw Normal View History

2024-12-06 09:38:25 +00:00
#ifndef APP_COMM_H_
#define APP_COMM_H_
#include "comm_types.h"
#include "bl_comm.h"
2024-12-06 09:38:25 +00:00
void uart_comm(void);
#endif