mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-21 21:41:09 +00:00
revert a change to net driver
This commit is contained in:
parent
00fcf829a1
commit
d0487088ac
@ -90,7 +90,7 @@ static const struct ecm_notify_struct ecm_notify_csc =
|
||||
};
|
||||
|
||||
// TODO remove CFG_TUSB_MEM_SECTION, control internal buffer is already in this special section
|
||||
CFG_TUSB_MEM_SECTION TU_ATTR_ALIGNED(4) static union
|
||||
CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN static union
|
||||
{
|
||||
uint8_t rndis_buf[120];
|
||||
struct ecm_notify_struct ecm_buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user