From 2cf41f18b6e829ec09aa168131fdcb46bf4c9a88 Mon Sep 17 00:00:00 2001 From: Lasse Rosenow Date: Tue, 1 Dec 2020 01:58:20 +0100 Subject: [PATCH] tests/driver_bmx280: fix address define in README --- tests/driver_bmx280/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/driver_bmx280/README.md b/tests/driver_bmx280/README.md index bb7741236e..6ed8473bda 100644 --- a/tests/driver_bmx280/README.md +++ b/tests/driver_bmx280/README.md @@ -22,7 +22,7 @@ After initialization, every 2 seconds, the application: If your device is at a different I2C address than the default (0x77) you can build the test as follows: - export CFLAGS=-DBME280_PARAM_I2C_ADDR=0x76 + export CFLAGS=-DBMX280_PARAM_I2C_ADDR=0x76 BOARD=sodaq-autonomo make -C tests/driver_bmx280 By default, the test application is built to use the bme280 module, to build it for