CC3200 应用示例中 wlan_sta
tion_Release 编译报错 “OSI_OK,” expected an identifier
在枚举定义时报错 expected an identifier,请教怎样解决?
typedef enum
{
OSI_OK,
OSI_OPERATION_FAILED = 1,
OSI_ABORTED,
OSI_INVALID_PARAMS,
OSI_MEMORY_ALLOCATION_FAILURE,
OSI_TIMEOUT,
OSI_EVENTS_IN_USE,
OSI_EVENT_OPEARTION_FAILURE
}OsiReturnVal_e;
一周热门 更多>