WXK
2025-02-05 961c1174bbf1aaae5fa2f672806ed4eaf2f917be
1
2
3
4
5
6
7
8
9
10
#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