仪表盘
版本库
文件存储
活动
搜索
登录
main
/
BLE_PAN1070
国产蓝牙芯片的仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
更新为sdk0.7.0版本
WXK
2025-01-16
13e0fafc140c16539691d26afafaca417e7e2fbc
[BLE_PAN1070.git]
/
01_SDK
/
nimble
/
mcu_boot
/
include
/
usb_dfu.h
1
2
3
4
5
6
7
8
#ifndef USB_DFU__H_
#define USB_DFU__H_
#include "PanSeries.h"
void on_usb_dfu_enter(void);
#endif