AC695N-SoundBox-SDK/apps/soundbox/smartbox/file_transfer/dev_format.h
2026-08-09 00:00:00 +00: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__