tests: gpio_basic_api fix bad message
Pull-up replaced by pull-down in particular test_gpio_port. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
abfc81541a
commit
04a9cbde71
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ static int check_pulls(void)
|
|||
return TC_FAIL;
|
||||
}
|
||||
zassert_equal(raw_in(), false,
|
||||
"logical pull-up does not read low");
|
||||
"logical pull-down does not read low");
|
||||
zassert_equal(logic_in(), true,
|
||||
"logical pull-down reads false");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue