mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Revert "tests/driver_sx127x: use uint8_t for NETOPT_RX_SYMBOL_TIMEOUT"
This reverts commit 5ef4c0a778
.
This commit is contained in:
parent
c2e9bc5c73
commit
d69256c90b
@ -359,7 +359,7 @@ int rx_timeout_cmd(int argc, char **argv)
|
||||
}
|
||||
|
||||
netdev_t *netdev = &sx127x.netdev;
|
||||
uint8_t rx_timeout;
|
||||
uint16_t rx_timeout;
|
||||
|
||||
if (strstr(argv[1], "set") != NULL) {
|
||||
if (argc < 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user