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:
parent
f0c09c927e
commit
6d602e6a63
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user