mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/all: Remove USB packet size define.
This commit is contained in:
parent
d34a2eae55
commit
8b7bb8bdb6
@ -37,7 +37,6 @@
|
||||
|
||||
// Debugging configuration.
|
||||
#define OMV_TUSBDBG_ENABLE (1)
|
||||
#define OMV_TUSBDBG_PACKET (64)
|
||||
#define OMV_TUSBDBG_BUFFER (512)
|
||||
|
||||
// UMM heap block size
|
||||
|
||||
@ -36,7 +36,6 @@ extern unsigned char *OMV_BOARD_UID_ADDR; // Unique address.
|
||||
|
||||
// Debugging configuration.
|
||||
#define OMV_TUSBDBG_ENABLE (1)
|
||||
#define OMV_TUSBDBG_PACKET (64)
|
||||
#define OMV_TUSBDBG_BUFFER (2048)
|
||||
|
||||
// UMM heap block size
|
||||
|
||||
@ -55,7 +55,6 @@
|
||||
|
||||
// Debugging configuration.
|
||||
#define OMV_TUSBDBG_ENABLE (1)
|
||||
#define OMV_TUSBDBG_PACKET (512)
|
||||
#define OMV_TUSBDBG_BUFFER (2048)
|
||||
|
||||
// UMM heap block size
|
||||
|
||||
Loading…
Reference in New Issue
Block a user