Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

None: error C202: 'osThreadId_t': undefined identifier (4 Replies)

$
0
0
when trying to execute the below code, osThreadId_t tid1; tid1 = osThreadNew(job1, NULL, NULL); // Create a new thread I am facing the error "main.c(24): error C202: 'osThreadId_t': undefined identifier". Which header file I should include to solve this error? And could anyone please tell me how to include the default header files path

Viewing all articles
Browse latest Browse all 3049

Trending Articles