1234567891011121314151617 |
- #ifndef __APP_SAFE_H__
- #define __APP_SAFE_H__
- #include <stdbool.h>
- #include <stdint.h>
- #include <string.h>
- #include "sdk_common.h"
- #include "SEGGER_RTT.h"
- #include "system.h"
- #include "usr_config.h"
- void app_safe_Init(void);
- void app_SetRestsettting(void);
- void app_BLE_LEDON_PURPLE_process(void);
- #endif
|