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:
commit
8a6bed72bd
@ -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");
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user