diff options
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/net/net_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class/net/net_device.c b/src/class/net/net_device.c index ad1d66fca..fedd4db99 100644 --- a/src/class/net/net_device.c +++ b/src/class/net/net_device.c @@ -89,6 +89,7 @@ static const struct ecm_notify_struct ecm_notify_csc = .uplink = 9728000, }; +// TODO remove CFG_TUSB_MEM_SECTION, control internal buffer is already in this special section CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN static union { uint8_t rndis_buf[120]; @@ -98,6 +99,7 @@ CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN static union //--------------------------------------------------------------------+ // INTERNAL OBJECT & FUNCTION DECLARATION //--------------------------------------------------------------------+ +// TODO remove CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_SECTION static netd_interface_t _netd_itf; static bool can_xmit; |
