WXK
2024-09-18 05e2e954bd127de378a9d1dfbb0ed95d725aad63
1
2
3
4
5
6
7
8
9
#ifndef PRF_OTA__H_
#define PRF_OTA__H_
 
#include <stdint.h>
#include <stdbool.h>
 
void on_prf_ota_enter(void);
bool panchip_prf_ota_start(void);
#endif