Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
90:0c883639fbd2
Parent:
56:a1071b629aa3
diff -r c0dbd55614b2 -r 0c883639fbd2 projectconfig.h
--- 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