9 lines
121 B
C
9 lines
121 B
C
|
|
#ifndef ADC_UART_TASK_H
|
||
|
|
#define ADC_UART_TASK_H
|
||
|
|
|
||
|
|
#include "os.h"
|
||
|
|
|
||
|
|
void UartTask(void *p_arg);
|
||
|
|
|
||
|
|
#endif // ADC_UART_TASK_H
|