| 123456789101112131415161718192021222324 |
- /**
- ******************************************************************************
- * @file : main.h
- * @brief : Header for main.c file.
- * This file contains the common defines of the application.
- ******************************************************************************
- **/
- #ifndef __MAIN_H__
- #define __MAIN_H__
- #include "type.h"
- int ble_configure_all(uint8_t* data, uint16_t len);
- void reset_prepare(void);
- #endif
|