diff options
| author | Nathan Conrad <[email protected]> | 2019-09-27 12:41:46 -0400 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-09-27 21:22:19 -0400 |
| commit | c4483d244b04a6679d85376e3e686c23b9ee82af (patch) | |
| tree | 55443b06df4451a60cdbaac1b56754cb97ebdaba /examples/device/board_test/src | |
| parent | 01b4115b0b26a9fb5c706daf320c85556d16f920 (diff) | |
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Diffstat (limited to 'examples/device/board_test/src')
| -rw-r--r-- | examples/device/board_test/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/src/tusb_config.h b/examples/device/board_test/src/tusb_config.h index 5c3cac83a..2f2a4deeb 100644 --- a/examples/device/board_test/src/tusb_config.h +++ b/examples/device/board_test/src/tusb_config.h @@ -64,7 +64,7 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- -#define CFG_TUD_ENDOINT0_SIZE 64 +#define CFG_TUD_ENDPOINT0_SIZE 64 //------------- CLASS -------------// #define CFG_TUD_CDC 0 |
