38 lines
1012 B
C
38 lines
1012 B
C
#ifndef __UD_10_H__
|
|
#define __UD_10_H__
|
|
|
|
/*******************************************************************************
|
|
* the includes
|
|
******************************************************************************/
|
|
#include <stdint.h>
|
|
|
|
/*******************************************************************************
|
|
* the defines
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the typedefs
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the globals
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the functions
|
|
******************************************************************************/
|
|
void uartapp_cmd10(uint8_t* data, uint16_t len);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|