18 lines
248 B
C
18 lines
248 B
C
![]() |
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#define BSP_OK (0)
|
||
|
#define BSP_ERR (-1)
|
||
|
#define BSP_ERR_NULL (-2)
|
||
|
#define BSP_ERR_INITED (-3)
|
||
|
#define BSP_ERR_NO_DEV (-4)
|
||
|
|
||
|
#define SIGNAL_BSP_USB_BUF_RECV (1u << 0)
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|