mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
house keeping
This commit is contained in:
parent
b9b92dd27b
commit
92b306d9bc
@ -68,7 +68,7 @@ typedef struct {
|
||||
// TODO multiple rhport
|
||||
#if CFG_TUSB_MCU == OPT_MCU_NRF5X
|
||||
// FIXME nrf52 OUT bug ( Controller ACK data even we didn't prepare transfer )
|
||||
CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _tmp_rx_buf[1024];
|
||||
CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _tmp_rx_buf[600];
|
||||
#else
|
||||
CFG_TUSB_ATTR_USBRAM CFG_TUSB_MEM_ALIGN uint8_t _tmp_rx_buf[64];
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user