1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #8704 from aabadie/pr/pkg/semtech-loramac_doc_fix

pkg/semtech-loramac: small fixes
This commit is contained in:
Alexandre Abadie 2018-03-01 13:31:29 +01:00 committed by GitHub
commit 8a6bed72bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
* # Introduction
*
* This package provides an API built on top of the
* [Semtech LoRaMAC-node](github.com/Lora-net/LoRaMac-node) reference
* [Semtech LoRaMAC-node](https://github.com/Lora-net/LoRaMac-node) reference
* implementation of a LoRa network.
*
*
@ -87,6 +87,7 @@
* /* 4. join the network */
* if (semtech_loramac_join(LORAMAC_JOIN_OTAA) != SEMTECH_LORAMAC_JOIN_SUCCEEDED) {
* puts("Join procedure failed");
* return 1;
* }
* puts("Join procedure succeeded");
*