sys/gnrc_lorawan: fix typo 'witout' => 'without'
This commit is contained in:
parent
cd3ee9e825
commit
ce5b8a83b1
@ -311,7 +311,7 @@ void gnrc_lorawan_calculate_join_mic(const uint8_t *buf, size_t len,
|
|||||||
* @param[in] dev_addr the Device Address
|
* @param[in] dev_addr the Device Address
|
||||||
* @param[in] fcnt frame counter
|
* @param[in] fcnt frame counter
|
||||||
* @param[in] dir direction of the packet (0 is uplink, 1 is downlink)
|
* @param[in] dir direction of the packet (0 is uplink, 1 is downlink)
|
||||||
* @param[in] frame pointer to the PSDU frame (witout MIC)
|
* @param[in] frame pointer to the PSDU frame (without MIC)
|
||||||
* @param[in] nwkskey pointer to the Network Session Key
|
* @param[in] nwkskey pointer to the Network Session Key
|
||||||
* @param[out] out calculated MIC
|
* @param[out] out calculated MIC
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user