diff options
| author | hathach <[email protected]> | 2023-07-27 16:50:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-27 16:50:34 +0700 |
| commit | ec093bebad264d3395ad7e269d89ed8b0f081316 (patch) | |
| tree | ad5dbd9527672867f19a95a0786ce0f1f0af75ae /lib | |
| parent | 6b6dcc6c099eeafaa6d76bf6133181874beabc0d (diff) | |
| parent | db59494b1b24f7dad26c5c66c85a195a2cf09466 (diff) | |
Merge branch 'master' into renesas_ra_hs_rebased
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 cc14f174c..60afb8615 100644 --- a/lib/networking/rndis_reports.c +++ b/lib/networking/rndis_reports.c @@ -43,7 +43,7 @@ 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; -CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN static uint8_t ndis_report[8] = { 0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; +CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN static uint8_t ndis_report[8] = { 0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; static const uint32_t OIDSupportedList[] = { |
