WXK
2025-01-16 13e0fafc140c16539691d26afafaca417e7e2fbc
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