keep alignment spec
This commit is contained in:
		@@ -341,7 +341,7 @@ typedef struct
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // Audio control interrupt buffer - no FIFO - 6 Bytes according to UAC 2 specification (p. 74)
 | 
					  // Audio control interrupt buffer - no FIFO - 6 Bytes according to UAC 2 specification (p. 74)
 | 
				
			||||||
#if CFG_TUD_AUDIO_INT_CTR_EPSIZE_IN
 | 
					#if CFG_TUD_AUDIO_INT_CTR_EPSIZE_IN
 | 
				
			||||||
  uint8_t ep_int_ctr_buf[CFG_TUD_AUDIO_INT_CTR_EP_IN_SW_BUFFER_SIZE];
 | 
					  CFG_TUSB_MEM_ALIGN uint8_t ep_int_ctr_buf[CFG_TUD_AUDIO_INT_CTR_EP_IN_SW_BUFFER_SIZE];
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Decoding parameters - parameters are set when alternate AS interface is set by host
 | 
					  // Decoding parameters - parameters are set when alternate AS interface is set by host
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user