Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
93:e188a91d3eaa
Parent:
91:031413cf7a89
Child:
97:433970e64889
--- a/TARGET_NRF51_DONGLE/nrf51.h	Thu Nov 27 13:33:22 2014 +0000
+++ b/TARGET_NRF51_DONGLE/nrf51.h	Tue Feb 03 15:31:20 2015 +0000
@@ -376,7 +376,8 @@
   __IO uint32_t  EVENTS_RXTO;                       /*!< Receiver timeout.                                                     */
   __I  uint32_t  RESERVED5[46];
   __IO uint32_t  SHORTS;                            /*!< Shortcuts for TWI.                                                    */
-  __I  uint32_t  RESERVED6[64];
+  __I  uint32_t  RESERVED6[63];
+  __IO uint32_t  INTEN;                             /*!< Interrupt enable register.                                            */
   __IO uint32_t  INTENSET;                          /*!< Interrupt enable set register.                                        */
   __IO uint32_t  INTENCLR;                          /*!< Interrupt enable clear register.                                      */
   __I  uint32_t  RESERVED7[93];
@@ -1213,4 +1214,3 @@
 
 
 #endif  /* nRF51_H */
-