Add missing parameter to doxygen header of dc_pt1000_set_resistance_calibration()
This commit is contained in:
		@@ -144,6 +144,7 @@ void adc_pt1000_set_moving_average_filter_param(float alpha);
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param offset Offset \f$O\f$
 | 
					 * @param offset Offset \f$O\f$
 | 
				
			||||||
 * @param sensitivity_deviation Sensitivity Deviation \f$\sigma\f$ after offset correction
 | 
					 * @param sensitivity_deviation Sensitivity Deviation \f$\sigma\f$ after offset correction
 | 
				
			||||||
 | 
					 * @param active Calibration is active
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void adc_pt1000_set_resistance_calibration(float offset, float sensitivity_deviation, bool active);
 | 
					void adc_pt1000_set_resistance_calibration(float offset, float sensitivity_deviation, bool active);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user