1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-10-18 17:35:20 +02:00
parent 0c7e29227f
commit 9ec509858c

View file

@ -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>;
};
};
};