1
0
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:
Jose Alamos 2021-07-13 21:13:34 +02:00
parent c2e9bc5c73
commit d69256c90b
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -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) {