Skip to content

Commit

Permalink
Merge pull request #14425 from benpicco/boards/ruuvitag/lis_pins
Browse files Browse the repository at this point in the history
boards/ruuvitag: fix lis2dh interrupt pin define
  • Loading branch information
aabadie authored Jul 2, 2020
2 parents 339e3fa + 63860c9 commit 4c5cf2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/ruuvitag/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ extern "C" {
* @name Accelerometer configuration
* @{
*/
#define LIS2DH12_PARAM_CS GPIO_PIN(0, 8)
#define LIS2DH12_PARAM_INT1 GPIO_PIN(0, 2)
#define LIS2DH12_PARAM_INT2 GPIO_PIN(0, 6)
#define LIS2DH12_PARAM_CS GPIO_PIN(0, 8)
#define LIS2DH12_PARAM_INT_PIN1 GPIO_PIN(0, 2)
#define LIS2DH12_PARAM_INT_PIN2 GPIO_PIN(0, 6)
/** @} */

/**
Expand Down

0 comments on commit 4c5cf2b

Please sign in to comment.