Turning LED on using nrf24l01

Thanks for replying Paul.

It wont take :
if(data == 'a')
{
says, forbidding comparing between pointer and integer.
So, tried :
if (data == (byte *) 'a') {

But not working... :frowning: