1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/link_layer
Gunar Schorcht 32c78e3317 gnrc/lorawan: fix netopt_state_t size in link_layer
`netopt_state_t` is an enumeration type which is not necessarily 1 byte. If `uint8_t` is used, the cast `*((const netopt_state_t*) val` in `sx127x_netdev::_set`tries to read the real size, which can be more than the given length of 1 byte. Therefore, `netstat_opt_t` has to be used instead of `uint8_t`
2020-03-08 17:10:24 +01:00
..
gomach gnrc_gomac: don't use constant as argument for RTT callback 2019-12-02 08:14:55 +01:00
lorawan gnrc/lorawan: fix netopt_state_t size in link_layer 2020-03-08 17:10:24 +01:00
lwmac gnrc_lwmac: use uintptr_t to get value of pointer 2019-12-10 17:18:30 +01:00
mac gnrc_mac: rename directory in line with other modules 2019-05-09 14:46:35 +02:00