diff --git a/lora_sx127.c b/lora_sx127.c index e6b387b..df91dfa 100644 --- a/lora_sx127.c +++ b/lora_sx127.c @@ -53,7 +53,7 @@ #include static unsigned tx_poll_div = 10; -module_param(tx_poll_div, uint, 0000); +module_param(tx_poll_div, uint, 0400); MODULE_PARM_DESC(tx_poll_div, "Number of RX poll cycles to perform before attempting a single TX op"); /* SX127X Registers addresses */