WXK
2025-05-22 035ecb85c3513be2b6ab5c515db082cb7fee8f97
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