mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
[gp712] add missing const to radio_qorvo.h (#2553)
This commit is contained in:
@@ -120,7 +120,7 @@ void qorvoRadioSetShortAddress(uint16_t address);
|
||||
* @param[in] address The extended address.
|
||||
*
|
||||
*/
|
||||
void qorvoRadioSetExtendedAddress(uint8_t *address);
|
||||
void qorvoRadioSetExtendedAddress(const uint8_t *address);
|
||||
|
||||
/**
|
||||
* This function enables source address matching for indirect transmit.
|
||||
|
||||
Reference in New Issue
Block a user