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:
parent
5338d0403f
commit
80b337b756
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user