KT24-1110_65E-HA-651B/apps/soundbox/smartbox/file_transfer/dev_format.h
2024-11-10 18:44:17 +08:00

13 lines
231 B
C

#ifndef __DEV_FORMAT_H__
#define __DEV_FORMAT_H__
#include "typedef.h"
#include "app_config.h"
void dev_format_init(void (*end_callback)(void));
void dev_format_start(u8 OpCode_SN, u8 *data, u16 len);
#endif//__DEV_FORMAT_H__