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.

RTOS/CC2640R2F: [ Sending Measurement Data over BLE - NOPOSIX]

Part Number: CC2640R2F


Tool/software: TI-RTOS

Hello

I'm doing the SimpleAcademy to understand how i can send temperature and humidity values over BLE to a phone or a beacon, and i'm trying to do the "BLE + TI Drivers". But, almost in the end of the exercise, i can't send values to my smartphone. The error is : 

"../Application/myThread.c", line 82: error #20: identifier "MYDATA_DATA_ID" is undefined
"../Application/myThread.c", line 82: error #20: identifier "MYDATA_DATA_LEN" is undefined


Best regards