From 00472221248552c4bd9fea2c3a8755e5bcdad520 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 16 Oct 2024 15:35:43 +0200 Subject: [PATCH] boards/saml10-xpro: enable ATECC508A --- boards/common/saml1x/include/board.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/boards/common/saml1x/include/board.h b/boards/common/saml1x/include/board.h index b7b3d75dc8..4ba1350410 100644 --- a/boards/common/saml1x/include/board.h +++ b/boards/common/saml1x/include/board.h @@ -30,12 +30,11 @@ extern "C" { #endif /** - * @brief ATCA device type on SAML11 XPro boards + * @brief ATCA device type on SAML1x XPro boards * @{ */ -#ifdef BOARD_SAML11_XPRO -#define ATCA_DEVTYPE (ATECC508A) -#endif +#define ATCA_DEVTYPE ATECC508A +#define ATCA_PARAM_I2C I2C_DEV(0) /**< I2C bus device is connected to */ /** @} */ /**