diff options
| author | hathach <[email protected]> | 2026-03-11 16:20:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-11 16:20:14 +0700 |
| commit | d13f600721671a603579350be1e9c935a0d40547 (patch) | |
| tree | fbb9402972c3a2925efc554b94e79855d7364dce /lib | |
| parent | 5efa72cd57325615efae6a26ff8c9fe8a9c7b3b5 (diff) | |
| parent | f2450788b13f8424b2f75e33240ed21329a875ad (diff) | |
Merge branch 'master' into zlp-hs-on-fs
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[] = { |
