Skip to content

Commit a02c50d

Browse files
author
Marc Emmers
committed
Add newline at end of file
1 parent 4c1067b commit a02c50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/port_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ int port_read(port_t *obj)
135135
return ((m_ports[obj->port]->IN) & obj->mask);
136136
}
137137

138-
#endif // DEVICE_PORTIN || DEVICE_PORTOUT || DEVICE_PORTINOUT
138+
#endif // DEVICE_PORTIN || DEVICE_PORTOUT || DEVICE_PORTINOUT

0 commit comments

Comments
 (0)