nrf5/pin: Adding PORT_B to Pin port enum to reflect gpio port 1 on nrf52840.

This commit is contained in:
Glenn Ruben Bakke 2017-01-08 16:08:47 +01:00
parent 6973c13608
commit ef8e679d77

View File

@ -30,6 +30,7 @@
enum {
PORT_A,
PORT_B,
};
enum {