File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ typedef enum {
142
142
143
143
/*!
144
144
* LoRaMAC channel parameters definition.
145
+ * DO NOT MODIFY, WILL BREAK THE API!
145
146
*/
146
147
typedef union {
147
148
/*!
@@ -174,6 +175,7 @@ typedef union {
174
175
175
176
/*!
176
177
* LoRaMAC channel definition.
178
+ * DO NOT MODIFY, WILL BREAK THE API!
177
179
*/
178
180
typedef struct {
179
181
/*!
@@ -1233,6 +1235,7 @@ typedef struct {
1233
1235
1234
1236
/**
1235
1237
* Structure to hold A list of LoRa Channels
1238
+ * DO NOT MODIFY, WILL BREAK THE API!
1236
1239
*/
1237
1240
typedef struct lora_channels_s {
1238
1241
uint8_t id ;
@@ -1720,6 +1723,9 @@ typedef struct {
1720
1723
mbed ::Callback < uint8_t (void )> battery_level ;
1721
1724
} lorawan_app_callbacks_t ;
1722
1725
1726
+ /**
1727
+ * DO NOT MODIFY, WILL BREAK THE API!
1728
+ */
1723
1729
typedef struct lora_channelplan {
1724
1730
uint8_t nb_channels ; // number of channels
1725
1731
loramac_channel_t * channels ;
You can’t perform that action at this time.
0 commit comments