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

boards/dwm10001: fix dw1000 config

This commit is contained in:
Francisco Molina 2020-08-14 15:36:51 +02:00
parent ffb7512dfc
commit a982df85fe
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -77,9 +77,9 @@ extern "C" {
* @name DW1000 UWB transceiver
* @{
*/
#define DW1000_PARAM_SPI_DEV SPI_DEV(1)
#define DW1000_PARAM_CS_PIN GPIO_DEV(0, 17)
#define DW1000_PARAM_INT_PIN GPIO_DEV(0, 19)
#define DW1000_PARAM_SPI SPI_DEV(1)
#define DW1000_PARAM_CS_PIN GPIO_PIN(0, 17)
#define DW1000_PARAM_INT_PIN GPIO_PIN(0, 19)
/** @} */
#ifdef __cplusplus