drivers/ata8520e: fix potentially unused variables
This was reported by scan-build
This commit is contained in:
parent
efbd758786
commit
07a2696f5d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user