nrf5/pin: Adding PORT_B to Pin port enum to reflect gpio port 1 on nrf52840.
This commit is contained in:
parent
6973c13608
commit
ef8e679d77
@ -30,6 +30,7 @@
|
||||
|
||||
enum {
|
||||
PORT_A,
|
||||
PORT_B,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user