We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80602f3 commit c86f570Copy full SHA for c86f570
drivers/ethernet/eth_sensry_sy1xx_mac.c
@@ -191,7 +191,6 @@ static int sy1xx_mac_start(const struct device *dev)
191
{
192
struct sy1xx_mac_dev_config *cfg = (struct sy1xx_mac_dev_config *)dev->config;
193
struct sy1xx_mac_dev_data *data = (struct sy1xx_mac_dev_data *)dev->data;
194
- uint8_t rand_mac_addr[6];
195
196
extern void sy1xx_udma_disable_clock(sy1xx_udma_module_t module, uint32_t instance);
197
0 commit comments