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:
parent
bd68ec9568
commit
11530015ad
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user