From a7ce3a7760b6120276a3c6114dca6ae0270ba66f Mon Sep 17 00:00:00 2001 From: mmaroti Date: Wed, 18 Nov 2009 06:13:39 +0000 Subject: [PATCH] Brano says that 20ms is required for ack reception --- tos/chips/rf2xx/rf212/RF212RadioP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/chips/rf2xx/rf212/RF212RadioP.nc b/tos/chips/rf2xx/rf212/RF212RadioP.nc index 57823fe3..16f93405 100644 --- a/tos/chips/rf2xx/rf212/RF212RadioP.nc +++ b/tos/chips/rf2xx/rf212/RF212RadioP.nc @@ -118,7 +118,7 @@ implementation } #ifndef SOFTWAREACK_TIMEOUT -#define SOFTWAREACK_TIMEOUT 1000 +#define SOFTWAREACK_TIMEOUT 20000 #endif async command uint16_t SoftwareAckConfig.getAckTimeout() -- 2.39.2