Browse Source

netif/lowpan6_ble: Fix comment for parameter order of ble_addr_to_eui64

Signed-off-by: Axel Lin <axel.lin@ingics.com>
STABLE-2_1_x
Axel Lin 8 years ago
parent
commit
7b7bc349ae
  1. 2
      src/netif/lowpan6_ble.c

2
src/netif/lowpan6_ble.c

@ -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

Loading…
Cancel
Save