Improve code
This commit is contained in:
		@@ -116,10 +116,12 @@ static shellmatta_retCode_t shell_cmd_pt1000_res(const shellmatta_handle_t   han
 | 
			
		||||
 | 
			
		||||
	return SHELLMATTA_OK;
 | 
			
		||||
}
 | 
			
		||||
static shellmatta_retCode_t shell_cmd_clear_error_status(const shellmatta_handle_t   handle,
 | 
			
		||||
						 const char                  *arguments,
 | 
			
		||||
static shellmatta_retCode_t shell_cmd_clear_error_status(const shellmatta_handle_t handle, const char *arguments,
 | 
			
		||||
							 uint32_t length)
 | 
			
		||||
{
 | 
			
		||||
	(void)arguments;
 | 
			
		||||
	(void)length;
 | 
			
		||||
 | 
			
		||||
	adc_pt1000_clear_error();
 | 
			
		||||
 | 
			
		||||
	return SHELLMATTA_OK;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user