tests/drivers: gpio_basic_api: Upudate nucleo_f103rb configuration
For some reason, provided pin configuration for nucleo_f103rb is not able to detect gpio callback issues. Move to other pin combination which detect pin callback issues. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
5c23fa9f9d
commit
921a3d8543
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
/ {
|
||||
resources {
|
||||
compatible = "test-gpio-basic-api";
|
||||
out-gpios = <&arduino_header 0 0>; /* Arduino A0 */
|
||||
in-gpios = <&arduino_header 1 0>; /* Arduino A1 */
|
||||
out-gpios = <&arduino_header 4 0>; /* Arduino A4 */
|
||||
in-gpios = <&arduino_header 5 0>; /* Arduino A5 */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue