WXK
2024-12-20 51135221cd73a2b3a6ce4b5ec906396d5a33b4c7
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