📄 usbwrite.c
字号:
// No function is supported by this routine.
// It is here just to comply to the standard driver interface.
#include "usb_pptt.h"
#include "usb_pdef.h"
STATUS _UsbWrite(void* pBuf, U32 dataSize, P_U32 dataWrite )
{
return ERR_USB_NO_SUPPORT;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -