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.

CC2530: Change LED 1 from P1_0 to another pin

Part Number: CC2530

Hi. How can I change pin from HAL_LED_1 from P1_0 to another one in hal_led.h? I've tried changing it from 0x01 to 0x10 to have HAL_LED_1 set to P1_4, but it doesn't seem to work? How can I do this? I'd really appreciate any help.