We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1067b commit a02c50dCopy full SHA for a02c50d
targets/TARGET_NORDIC/TARGET_NRF5x/port_api.c
@@ -135,4 +135,4 @@ int port_read(port_t *obj)
135
return ((m_ports[obj->port]->IN) & obj->mask);
136
}
137
138
-#endif // DEVICE_PORTIN || DEVICE_PORTOUT || DEVICE_PORTINOUT
+#endif // DEVICE_PORTIN || DEVICE_PORTOUT || DEVICE_PORTINOUT
0 commit comments