summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-03-31 09:58:59 +0200
committerIngHK <[email protected]>2024-03-31 10:27:54 +0200
commitb644e4d95582748dfc9ab947bbb32fd994f34448 (patch)
tree59a6ac01dbf731e944d9c2b3e8b406ae2dab42ef /src/tusb_option.h
parentfe304576d0875646a07ab56493f27a7a249ded35 (diff)
fixed spelling
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 64915cf62..18cc8a82c 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -529,14 +529,14 @@
#define CFG_TUH_MAX3421 0
#endif
-// MAX3421 Host max. transfer attemps per frame (except control and iso)
+// MAX3421 Host max. transfer attempts per frame (except control and iso)
// retry quantity = (CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME - 1)
// 0 = endless retries. is default to keep compatibility
// => this may overload MCU with permanently repeating NAK interrupts
// => possible increased USB traffic, increased latencies, reduced data throughput
-// a usual attemp quantity is 3 (reference: the book "USB Complete" by Jan Axelson)
-#ifndef CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME
- #define CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME 0
+// a usual attempt quantity is 3 (reference: the book "USB Complete" by Jan Axelson)
+#ifndef CFG_TUH_MAX3421_MAX_ATTEMPTS_PER_FRAME
+ #define CFG_TUH_MAX3421_MAX_ATTEMPTS_PER_FRAME 0
#endif