diff options
| author | Nathan Conrad <[email protected]> | 2019-09-27 12:41:46 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-27 12:41:46 -0400 |
| commit | 4ccdc5522d202daec98e2bb6536a4ed0ccd98b9a (patch) | |
| tree | eabd7d907a85150005d4ec32da5e48265232a1ba /examples/device/board_test | |
| parent | 9a8d23e95ed6a48b3a3d43f7cf7d3f360ee61977 (diff) | |
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Diffstat (limited to 'examples/device/board_test')
| -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 |
