Commit f16ceb3
committed
drivers/sx126x: always report back that netdev is LoRa
No network stack in RIOT is prepared for hardware to change its
device type at runtime. Especially the unknown network device is just
not handled and causes assertions to blow.
Instead, the driver now just returns to be a LoRa radio regardless of
configured modulation.1 parent ea23157 commit f16ceb3
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 248 | + | |
252 | 249 | | |
253 | 250 | | |
254 | 251 | | |
| |||
0 commit comments