mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Revert previous FIX
This commit is contained in:
parent
0c7e29227f
commit
9ec509858c
1 changed files with 4 additions and 4 deletions
|
@ -113,14 +113,14 @@
|
|||
|
||||
sim1 {
|
||||
gpio-export,name = "sim1";
|
||||
gpio-export,output = <0>;
|
||||
gpios = <&pio 6 GPIO_ACTIVE_LOW>;
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&pio 6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
sim2 {
|
||||
gpio-export,name = "sim2";
|
||||
gpio-export,output = <0>;
|
||||
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue