#ifndef APP_COMM_H_
#define APP_COMM_H_

#include "comm_types.h"
#include "bl_comm.h"


void uart_comm(void);


#endif