aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/lora_lorawan.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp/src/bin/lora_lorawan.rs')
-rw-r--r--examples/rp/src/bin/lora_lorawan.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp/src/bin/lora_lorawan.rs b/examples/rp/src/bin/lora_lorawan.rs
index a9c84bf95..d631fafa1 100644
--- a/examples/rp/src/bin/lora_lorawan.rs
+++ b/examples/rp/src/bin/lora_lorawan.rs
@@ -1,5 +1,6 @@
1//! This example runs on the Raspberry Pi Pico with a Waveshare board containing a Semtech Sx1262 radio. 1//! This example runs on the Raspberry Pi Pico with a Waveshare board containing a Semtech Sx1262 radio.
2//! It demonstrates LoRaWAN join functionality. 2//! It demonstrates LoRaWAN join functionality.
3
3#![no_std] 4#![no_std]
4#![no_main] 5#![no_main]
5#![macro_use] 6#![macro_use]