This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 应用示例中 wlan_station_Release 编译报错 “OSI_OK,” expected an identifier

Other Parts Discussed in Thread: CC3200

CC3200 应用示例中 wlan_station_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;