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

boards/iotlab: update lps331ap device addr define

The default address is the same one
This commit is contained in:
Alexandre Abadie 2018-12-30 16:00:03 +01:00
parent 5338d0403f
commit 80b337b756
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ extern "C" {
* @name Define the interface to the LPS331AP pressure sensor
* @{
*/
#define LPS331AP_PARAM_ADDR (0x5C)
#define LPSXXX_PARAM_ADDR (0x5C)
/** @} */
/**

View File

@ -46,7 +46,7 @@ extern "C" {
* @name Define the interface to the LPS331AP pressure sensor
* @{
*/
#define LPS331AP_PARAM_ADDR (0x5C)
#define LPSXXX_PARAM_ADDR (0x5C)
/** @} */
/**