Openwear requires RC oscillator to be used

Fork of nRF51822 by Nordic Semiconductor

Revision:
45:3c4df37ed83e
Parent:
43:e1d294ed29c4
--- a/nordic/nrf-sdk/app_common/app_gpiote.h	Fri Jul 11 13:53:30 2014 +0100
+++ b/nordic/nrf-sdk/app_common/app_gpiote.h	Wed Jul 16 10:53:07 2014 +0100
@@ -46,6 +46,10 @@
 #include "app_error.h"
 #include "app_util.h"
 
+#ifdef __cpluplus
+extern "C" {
+#endif
+
 #define GPIOTE_USER_NODE_SIZE   20          /**< Size of app_gpiote.gpiote_user_t (only for use inside APP_GPIOTE_BUF_SIZE()). */
 #define NO_OF_PINS              32          /**< Number of GPIO pins on the nRF51 chip. */
 
@@ -213,6 +217,9 @@
  */
 uint32_t app_gpiote_disable_interrupts(void);
 
+#ifdef __cpluplus
+}
+#endif
 
 #endif // APP_GPIOTE_H__