Fix style

This commit is contained in:
2020-08-31 22:50:39 +02:00
parent 0fd738f37e
commit 03e1ccf97e
3 changed files with 55 additions and 48 deletions

View File

@@ -41,7 +41,7 @@ void oven_pid_init(struct pid_controller *controller_to_copy);
void oven_pid_handle(float target_temp);
void oven_pid_stop();
void oven_pid_stop(void);
void oven_driver_apply_power_level(void);