You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
171 B
C
10 lines
171 B
C
3 years ago
|
#ifndef _P_SERIAL_MGR_H_
|
||
|
#define _P_SERIAL_MGR_H_
|
||
|
|
||
|
#include "stm32l4xx_hal.h"
|
||
|
void p_serial_mgr_init(UART_HandleTypeDef *huart);
|
||
|
|
||
|
void p_serial_mgr_service(void);
|
||
|
|
||
|
#endif
|