Revert "tests/driver_sx127x: use uint8_t for NETOPT_RX_SYMBOL_TIMEOUT"
This reverts commit 5ef4c0a778ab7d4f625d63fdafe5e8347bfe479d.
This commit is contained in:
parent
60364b256f
commit
67374dacac
@ -359,7 +359,7 @@ int rx_timeout_cmd(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
netdev_t *netdev = (netdev_t *)&sx127x;
|
netdev_t *netdev = (netdev_t *)&sx127x;
|
||||||
uint8_t rx_timeout;
|
uint16_t rx_timeout;
|
||||||
|
|
||||||
if (strstr(argv[1], "set") != NULL) {
|
if (strstr(argv[1], "set") != NULL) {
|
||||||
if (argc < 3) {
|
if (argc < 3) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user