1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/ruuvitag/include
Benjamin Valentin 63860c94a1 boards/ruuvitag: fix lis2dh interrupt pin define
The lis2dh12 interrupt pin defines at some point got renamed

    LIS2DH12_PARAM_INT1 ->  LIS2DH12_PARAM_INT_PIN1

but this board was missed out.
This fixes the omission.

There are no more references to `LIS2DH12_PARAM_INT1` in the code.
2020-07-02 14:56:55 +02:00
..
board.h boards/ruuvitag: fix lis2dh interrupt pin define 2020-07-02 14:56:55 +02:00
periph_conf.h ruuvitag: Adapt SPI periph config 2020-05-18 19:18:30 +02:00