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
..
2018-03-06 14:00:32 +01:00
2019-11-23 22:39:38 +01:00
2020-02-18 13:20:05 +01:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00
2020-01-28 11:59:52 +01:00