Fix style
This commit is contained in:
		@@ -75,7 +75,7 @@ int main()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	shell_handle = shell_init();
 | 
						shell_handle = shell_init();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	while(1) {
 | 
						while (1) {
 | 
				
			||||||
		pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);
 | 
							pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);
 | 
				
			||||||
		rot = rotary_encoder_get_abs_val();
 | 
							rot = rotary_encoder_get_abs_val();
 | 
				
			||||||
		uart_receive_status = uart_receive_data_with_dma(&uart_input, &uart_input_len);
 | 
							uart_receive_status = uart_receive_data_with_dma(&uart_input, &uart_input_len);
 | 
				
			||||||
@@ -84,5 +84,3 @@ int main()
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user