Skip to content

Commit 6dab54c

Browse files
authored
Merge pull request #392 from adafruit/fix-config-typo
fix CFG_TUD_ENDPOINT0_SIZE typo
2 parents 2913c9c + e12a2f8 commit 6dab54c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/arduino/ports/nrf/tusb_config_nrf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extern "C" {
6363
// DEVICE CONFIGURATION
6464
//--------------------------------------------------------------------
6565

66-
#define CFG_TUD_ENDOINT0_SIZE 64
66+
#define CFG_TUD_ENDPOINT0_SIZE 64
6767

6868
//------------- CLASS -------------//
6969
#define CFG_TUD_CDC 1

src/arduino/ports/rp2040/tusb_config_rp2040.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extern "C" {
7979
// Device Configuration
8080
//--------------------------------------------------------------------
8181

82-
#define CFG_TUD_ENDOINT0_SIZE 64
82+
#define CFG_TUD_ENDPOINT0_SIZE 64
8383

8484
#define CFG_TUD_CDC 1
8585
#define CFG_TUD_MSC 1

src/arduino/ports/samd/tusb_config_samd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extern "C" {
6464
// DEVICE CONFIGURATION
6565
//--------------------------------------------------------------------
6666

67-
#define CFG_TUD_ENDOINT0_SIZE 64
67+
#define CFG_TUD_ENDPOINT0_SIZE 64
6868

6969
//------------- CLASS -------------//
7070
#define CFG_TUD_CDC 1

0 commit comments

Comments
 (0)