drivers/ata8520e: fix potentially unused variables

This was reported by scan-build
This commit is contained in:
Alexandre Abadie 2019-10-22 19:19:36 +02:00
parent efbd758786
commit 07a2696f5d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -210,6 +210,11 @@ static void _status(const ata8520e_t *dev)
_print_sigfox_status(sigfox);
_print_sigfox_status(sigfox2);
}
else {
(void)atmel;
(void)sigfox;
(void)sigfox2;
}
}
static void _reset(const ata8520e_t *dev)