From 2dbf57fa46b654db5528994e41a6a5a1233558d3 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 13 May 2023 19:02:16 +0200 Subject: [PATCH] drivers/pcf857x: fix path to saul test application --- drivers/include/pcf857x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/pcf857x.h b/drivers/include/pcf857x.h index 479c0adf473b..751bb3b6a37d 100644 --- a/drivers/include/pcf857x.h +++ b/drivers/include/pcf857x.h @@ -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 *