changed the most params to const
This commit is contained in:
@ -62,7 +62,7 @@ void vGPIOInitialize()
|
||||
gpio_config(&gpioConf);
|
||||
}
|
||||
|
||||
void rxHandle(uint8_t* pu8Data, uint8_t* pu8Sender)
|
||||
void rxHandle(const uint8_t* const pu8Data, const uint8_t* const pu8Sender)
|
||||
{
|
||||
//send payload to app queue
|
||||
BLINKY_PACKET_t bTmpPacket;
|
||||
|
Reference in New Issue
Block a user