summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorJeremiah McCarthy <[email protected]>2021-02-18 13:26:03 -0500
committerJeremiah McCarthy <[email protected]>2021-02-18 13:26:03 -0500
commit21f1cd4ec7e2104ac88b26be5c06e81e385cd660 (patch)
tree10c591bf4ed1ff9260463fcb4da260f9b9b2ae2b /src/tusb_option.h
parentf8fbc0930bd17b263ca702c0beb9f83af4429d0a (diff)
Implement requested PR changes
Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED.
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index b5504d29c..6cbdefbf1 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -197,10 +197,6 @@
#define CFG_TUSB_OS OPT_OS_NONE
#endif
-#ifndef CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT
- #define CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT 0
-#endif
-
//--------------------------------------------------------------------
// DEVICE OPTIONS
//--------------------------------------------------------------------