SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed Jan 21 10:01:16 2015 +0000
Parent:
89:c0dbd55614b2
Child:
91:112921e467db
Commit message:
Synchronized with git rev e2020c2b
Author: Rohit Grover
update CFG_TIMER_OPERATION_QUEUE_SIZE to 2 to allow scheduling deletion of timers while they're pending.

Changed in this revision

projectconfig.h Show annotated file Show diff for this revision Revisions of this file
--- a/projectconfig.h	Wed Jan 21 10:01:16 2015 +0000
+++ b/projectconfig.h	Wed Jan 21 10:01:16 2015 +0000
@@ -89,7 +89,7 @@
     /*-------------------------------- TIMER ------------------------------*/
     #define CFG_TIMER_PRESCALER                        0                        /**< Value of the RTC1 PRESCALER register. freq = (32768/(PRESCALER+1)) */
     #define CFG_TIMER_MAX_INSTANCE                     1                        /**< Maximum number of simultaneously created timers. */
-    #define CFG_TIMER_OPERATION_QUEUE_SIZE             1                        /**< Size of timer operation queues. */
+    #define CFG_TIMER_OPERATION_QUEUE_SIZE             2                        /**< Size of timer operation queues. */
 /*=========================================================================*/
 
 
@@ -133,4 +133,4 @@
     #endif
 /*=========================================================================*/
 
-#endif /* _PROJECTCONFIG_H_ */
+#endif /* _PROJECTCONFIG_H_ */
\ No newline at end of file