usbwrite.c

来自「How to control USB interface under SZ pl」· C语言 代码 · 共 11 行

C
11
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?