netif/lowpan6_ble: Fix comment for parameter order of ble_addr_to_eui64

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin 2018-08-19 22:47:43 +08:00
parent bcd6c8a2d3
commit 7b7bc349ae

View File

@ -131,8 +131,8 @@ ble_addr_to_eui64(uint8_t *dst, const uint8_t *src, int public_addr)
*
* This method converts an EUI64 address to a Bluetooth MAC address,
*
* @param src IPv6 source
* @param dst BLE MAC address destination
* @param src IPv6 source
*
*/
void