Fix compile and Doxygen errors due to the spell-check changes in the source code.
This commit is contained in:
		
							parent
							
								
									711542ee89
								
							
						
					
					
						commit
						69dc32c5f0
					
				
					 4 changed files with 5 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -101,9 +101,7 @@
 | 
			
		|||
		 *
 | 
			
		||||
		 *  \return Boolean true if the buffer has been captured by the application for device-to-host transmissions, false otherwise
 | 
			
		||||
		 */
 | 
			
		||||
		#define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && \
 | 
			
		||||
		                   
 | 
			
		||||
                           (Buffer->Direction == TCP_PACKETDIR_OUT))
 | 
			
		||||
		#define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && (Buffer->Direction == TCP_PACKETDIR_OUT))
 | 
			
		||||
 | 
			
		||||
		/** Application macro: Indicates if the application can lock the buffer for multiple continued device-to-host transmissions.
 | 
			
		||||
		 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue