commit | 93b4dbcc19f8dddad920afa9c8f327673905ad1d | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Wed Jun 30 12:45:37 2021 +1000 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Aug 18 05:16:46 2021 -0400 |
tree | b5007e6d78ae3987a53f253679f92a081bd002ce | |
parent | 69a95bcafaf696f86aaada131c298028e6796e89 [diff] |
lora: `lora_send` blocks until completion Change the behaviour of `lora_send` to block until the transmission completes. The current asynchronous behaviour is exposed through the new function `lora_send_async`. This naming convention brings LoRa in line with other asynchronous subsystems. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>