Skip to content
Snippets Groups Projects
Unverified Commit 7c166d9e authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #8336 from aabadie/pr/loramac_class

sys/net/loramac: add device class enum
parents 2f4a7e28 dd9e75a4
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,15 @@ extern "C" {
* @name LoRaMAC parameters indexes
*/
/**
* @brief Device class
*/
typedef enum {
LORAMAC_CLASS_A, /**< Class A device */
LORAMAC_CLASS_B, /**< Class B device */
LORAMAC_CLASS_C, /**< Class C device */
} loramac_class_t;
/**
* @brief LoRaMAC network join procedure type
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment