diff options
| author | HiFiPhile <[email protected]> | 2026-03-06 11:59:25 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-03-06 11:59:25 +0100 |
| commit | c186063a6387ab6649fcc3e6e450ced854d20d03 (patch) | |
| tree | ddd40172328355b10da04b84a5f97b5d706fe914 /lib | |
| parent | ee6f4f6f2a1f07db7c145551b779ce8cf878c2ac (diff) | |
| parent | 06a4c6d7190ef83f76b2a65496f2a48a54a8c134 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into samx7x_update
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/networking/rndis_reports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/networking/rndis_reports.c b/lib/networking/rndis_reports.c index e2849fb10..5e824d5a5 100644 --- a/lib/networking/rndis_reports.c +++ b/lib/networking/rndis_reports.c @@ -44,7 +44,7 @@ static const uint8_t *const permanent_hwaddr = tud_network_mac_address; static usb_eth_stat_t usb_eth_stat = { 0, 0, 0, 0 }; static uint32_t oid_packet_filter = 0x0000000; -static rndis_state_t rndis_state; +TU_ATTR_UNUSED static rndis_state_t rndis_state; static const uint32_t OIDSupportedList[] = { |
