From 878950990ac6bc0d356ee0ff1bf8a6346c4816c3 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 9 Feb 2018 17:53:35 +0100 Subject: [PATCH] [gp712] add missing const to radio_qorvo.h (#2553) --- examples/platforms/gp712/radio_qorvo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platforms/gp712/radio_qorvo.h b/examples/platforms/gp712/radio_qorvo.h index 84c4f273a..e87bd0536 100644 --- a/examples/platforms/gp712/radio_qorvo.h +++ b/examples/platforms/gp712/radio_qorvo.h @@ -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.