t

Fork of mbed-dev by mbed official

Revision:
166:e614a9f1c9e2
Parent:
149:156823d33999
Child:
167:c97ed07ec1a8
--- a/targets/TARGET_NORDIC/TARGET_NRF5/objects.h	Wed May 10 12:06:41 2017 +0100
+++ b/targets/TARGET_NORDIC/TARGET_NRF5/objects.h	Fri May 26 12:39:01 2017 +0100
@@ -57,9 +57,6 @@
 };
 
 struct port_s {
-    __IO uint32_t *reg_cnf;
-    __IO uint32_t *reg_out;
-    __I  uint32_t *reg_in;
     PortName port;
     uint32_t mask;
 };