12345678910111213141516 |
- #ifndef __app_client_infomation_h__
- #define __app_client_infomation_h__
- #include <stdbool.h>
- #include <stdint.h>
- #include <string.h>
- #include "sdk_common.h"
- #include "SEGGER_RTT.h"
- #include "usr_config.h"
- void app_client_infomation_Send(void);
- void app_client_infomation_Send_defineName(uint8_t name[],uint8_t lenth);
- #endif
|