drivers/gpio emul: Fix reference to example overlay

That file does not exist anymore, let's refer
to its new name.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-18 14:13:06 +01:00 committed by Alberto Escolar
parent bd68ec9568
commit 11530015ad
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ config GPIO_EMUL
available in drivers/gpio/gpio_emul.h . Configuration for each
GPIO instance is accomplished using device tree and an example of
such a configuration is in
tests/drivers/gpio/gpio_basic_api/boards/native_posix_64.overlay
tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay
If unsure, say N.

View File

@ -36,7 +36,7 @@ extern "C" {
* @ref gpio_emul_input_set_masked in order to emulate GPIO events
*
* An example of an appropriate Device Tree overlay file is in
* tests/drivers/gpio/gpio_basic_api/boards/native_posix_64.overlay.
* tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay.
*
* An example of registering a callback to emulate "wiring" as well as
* an example of calling @ref gpio_emul_input_set is in the file