Fix style

This commit is contained in:
Mario Hüttel 2020-02-21 23:37:48 +01:00
parent 30aa1149a3
commit be65301986
1 changed files with 1 additions and 3 deletions

View File

@ -75,7 +75,7 @@ int main()
shell_handle = shell_init();
while(1) {
while (1) {
pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);
rot = rotary_encoder_get_abs_val();
uart_receive_status = uart_receive_data_with_dma(&uart_input, &uart_input_len);
@ -84,5 +84,3 @@ int main()
}
}