1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/pcf857x: fix path to saul test application

This commit is contained in:
Alexandre Abadie 2023-05-13 19:02:16 +02:00
parent 915f9b4f65
commit 2dbf57fa46
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -195,7 +195,7 @@
* @note Module `saul_gpio` has to be added to the
* project to enable SAUL capabilities of the PCF857X driver, e.g.:
*
* USEMODULE="pcf8575 saul_gpio" make -C tests/saul BOARD=...
* USEMODULE="pcf8575 saul_gpio" make -C tests/drivers/saul BOARD=...
*
* ## Using Multiple Devices
*