37 lines
1011 B
C
37 lines
1011 B
C
#ifndef __UD_31_H__
|
|
#define __UD_31_H__
|
|
|
|
/*******************************************************************************
|
|
* the includes
|
|
******************************************************************************/
|
|
#include <stdint.h>
|
|
|
|
/*******************************************************************************
|
|
* the defines
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the typedefs
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the globals
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
* the functions
|
|
******************************************************************************/
|
|
void uartapp_cmd31(uint8_t* data, uint16_t len);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|