Skip to content

Commit aeb11b5

Browse files
authored
Update lora-tech.md
1 parent 28b0e0d commit aeb11b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/technology/connectivity/lora-tech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ There are four design components comprising the Arm Mbed LoRaWAN solution that e
111111
- Mbed LoRa radio driver: constructed by the application and passed down to stack.
112112
- Mbed LoRaWAN stack, MAC controller layer: controls the operation of the stack.
113113
- Mbed LoRaWAN stack, PHY layer: computes and provides the regional PHY parameters for processing by MAC controller layer.
114-
- An `EventQueue` shared between application and the stack for synchronization. It is required that the application constructs an `EventQueue` object and passes it down to stack.
114+
- An `EventQueue` shared between the application and the stack for synchronization. The application must construct an `EventQueue` object and passes it down to the stack.
115115

116116
<span class="notes">**Note:** LoRaPHY is a stack level protocol layer that handles regional parameters regardless of what radio chip is being used. LoRaRadio is the real instance of a radio driver, controlling the registers and interrupts on the physical chip.</span>
117117
##### Mbed LoRa radio driver

0 commit comments

Comments
 (0)