센서보드 RF IRQ 테스트 중

Fork of stm-spirit1-rf-driver by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Wed Jul 05 14:02:16 2017 +0200
Parent:
65:a16f0064110a
Child:
67:93bec0baf1de
Commit message:
Raise number of CSMA backoffs to 5 (as recommended by ARM)

Changed in this revision

source/SimpleSpirit1.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/SimpleSpirit1.cpp	Mon Jul 03 16:42:03 2017 +0200
+++ b/source/SimpleSpirit1.cpp	Wed Jul 05 14:02:16 2017 +0200
@@ -146,7 +146,7 @@
 			S_ENABLE,         // enable persistent mode
 			TBIT_TIME_64,     // Tcca time
 			TCCA_TIME_3,      // Lcca length
-			3,                // max nr of backoffs (<8)
+			5,                // max nr of backoffs (<8)
 			1,                // BU counter seed
 			8                 // BU prescaler
 	};