summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 6cbdefbf1..b5504d29c 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -197,6 +197,10 @@
#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
//--------------------------------------------------------------------