summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-03-24 11:57:20 +0700
committerGitHub <[email protected]>2020-03-24 11:57:20 +0700
commit95009a9e790c4194d7349300fed2f07f032546ea (patch)
treedfe77688c6c06ee1a3d0df416507be24cf524e3e /examples/device/usbtmc
parentb4a9a6e99a264cdcb886a1cc04818c086fbd7496 (diff)
parent7e78e47444c29b4d0c804877b28aa778fa0576c3 (diff)
Merge pull request #194 from cr1901/msp430f5529
[WIP] MSP430 Support
Diffstat (limited to 'examples/device/usbtmc')
-rw-r--r--examples/device/usbtmc/src/tusb_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/usbtmc/src/tusb_config.h b/examples/device/usbtmc/src/tusb_config.h
index 5dddc2c46..b6a40355e 100644
--- a/examples/device/usbtmc/src/tusb_config.h
+++ b/examples/device/usbtmc/src/tusb_config.h
@@ -51,7 +51,9 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
+#ifndef CFG_TUD_ENDPOINT0_SIZE
#define CFG_TUD_ENDPOINT0_SIZE 64
+#endif
//------------- CLASS -------------//