app_safe.h 309 B

1234567891011121314151617
  1. #ifndef __APP_SAFE_H__
  2. #define __APP_SAFE_H__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include <string.h>
  6. #include "sdk_common.h"
  7. #include "SEGGER_RTT.h"
  8. #include "system.h"
  9. #include "usr_config.h"
  10. void app_safe_Init(void);
  11. void app_SetRestsettting(void);
  12. void app_BLE_LEDON_PURPLE_process(void);
  13. #endif