drivers: ethernet: sy1xx: remove unused variable
Clean up unused variable 'rand_mac_addr' in eth_sensry_sy1xx_mac.c to improve code clarity. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
This commit is contained in:
parent
80602f32c6
commit
c86f570401
@ -191,7 +191,6 @@ static int sy1xx_mac_start(const struct device *dev)
|
||||
{
|
||||
struct sy1xx_mac_dev_config *cfg = (struct sy1xx_mac_dev_config *)dev->config;
|
||||
struct sy1xx_mac_dev_data *data = (struct sy1xx_mac_dev_data *)dev->data;
|
||||
uint8_t rand_mac_addr[6];
|
||||
|
||||
extern void sy1xx_udma_disable_clock(sy1xx_udma_module_t module, uint32_t instance);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user