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.
This commit is contained in:
Jeremiah McCarthy
2021-02-18 13:26:03 -05:00
parent f8fbc0930b
commit 21f1cd4ec7
6 changed files with 10 additions and 59 deletions

View File

@@ -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
//--------------------------------------------------------------------