Fix spacing of the function parameter descriptions in the Doxygen documentation.
This commit is contained in:
		
							parent
							
								
									c1daecf18b
								
							
						
					
					
						commit
						328ed71ce7
					
				
					 21 changed files with 163 additions and 163 deletions
				
			
		|  | @ -110,7 +110,7 @@ | |||
| 
 | ||||
| 			/** Receives a byte from the currently addressed device on the TWI bus.
 | ||||
| 			 * | ||||
| 			 *  \param[in] Byte  Location where the read byte is to be stored | ||||
| 			 *  \param[in] Byte      Location where the read byte is to be stored | ||||
| 			 *  \param[in] LastByte  Indicates if the byte should be ACKed if false, NAKed if true | ||||
| 			 * | ||||
| 			 *  \return Boolean true if the byte reception sucessfully completed, false otherwise | ||||
|  |  | |||
|  | @ -153,7 +153,7 @@ | |||
| 			/** Sends a byte through the SPI interface, blocking until the transfer is complete. The response
 | ||||
| 			 *  byte sent to from the attached SPI device is ignored. | ||||
| 			 * | ||||
| 			 *  \param[in] Byte Byte to send through the SPI interface | ||||
| 			 *  \param[in] Byte  Byte to send through the SPI interface | ||||
| 			 */ | ||||
| 			static inline void SPI_SendByte(const uint8_t Byte) ATTR_ALWAYS_INLINE; | ||||
| 			static inline void SPI_SendByte(const uint8_t Byte) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera