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

Update boards/derfmega256/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:02 +01:00 committed by GitHub
parent d4acf95a27
commit f0c09c927e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ extern "C" {
*/
static inline int _eeprom_mac_get_eui64(uint8_t index, eui64_t *addr)
{
(void) index;
(void)index;
if (eeprom_read(EEPROM_MAC_ADDR, addr, sizeof(eui64_t)) != sizeof(eui64_t)) {
return -1;