1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

Update boards/samr21-xpro/include/eui_provider_params.h

Co-authored-by: Marian Buschsieweke <maribu@users.noreply.github.com>
This commit is contained in:
benpicco 2020-12-14 15:23:07 +01:00 committed by GitHub
parent f0c09c927e
commit 6d602e6a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ extern "C" {
*/
static inline int _edbg_get_eui64(uint8_t index, eui64_t *addr)
{
(void) index;
(void)index;
/* EDBG can take a while to respond on cold boot */
unsigned tries = 10000;